Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

condition expected: grep

if [ "$(cat textfile.txt | grep 'search string')" == "" ] ; then
    echo "It's not there!"
fi
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #condition #grep
ADD COMMENT
Topic
Name
5+1 =