Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by github.com #
 
PREVIOUS NEXT
Tagged: #matches
ADD COMMENT
Topic
Name
3+5 =