Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash if exists file wildcard

if ls /yourfiles* >/dev/null 2>&1 
	then
    # they are here
fi
 
PREVIOUS NEXT
Tagged: #bash #exists #file #wildcard
ADD COMMENT
Topic
Name
1+2 =