Working with strings
Grep
grep x searches for x and outputs that line grep -i x for case Insensitivity grep -v x outputs all line Excluding x grep -n x outputs with the line number grep -c x outputs the number of occurrences of x grep x * looks for x in all directories g...
sum42069.hashnode.dev1 min read