zsh: no matches found: with * code example
Example: zsh: no matches found: with *
# 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
# 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