📜  zsh:未找到匹配项:带 * - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:22.159000             🧑  作者: Mango

代码示例1
# Zsh error:
zsh: no matches found: 

# Solution:
# If you're using a wildcard (e.g. *) in your search, escape it with \
# E.g. echo /path/to/directory/\*.jpg