Answers for "command "no matches found""

3

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
Posted by: Guest on September-04-2020
0

no matches found: *.dmg

## set in .zshrc
unsetopt nomatch
Posted by: Guest on December-27-2020

Code answers related to "command "no matches found""

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language