Cardboard Iguana Security

grep

# Case-insensitive grep
#
grep -i $STRING $FILE

# Recursive grep of all files in a folder (and its subfolders)
#
grep $STRING -r $DIRECTORY
grep
Interactive graph
On this page
grep