“Zustand erwartet: Grep” Code-Antworten

Zustand erwartet: Grep

if [ "$(cat textfile.txt | grep 'search string')" = "" ]; then; echo "some string"; fi;
DreamCoder

Zustand erwartet: Grep

if [ "$(cat textfile.txt | grep 'search string')" == "" ] ; then
    echo "It's not there!"
fi
DreamCoder

Ähnliche Antworten wie “Zustand erwartet: Grep”

Fragen ähnlich wie “Zustand erwartet: Grep”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen