Skip to content

grep

Searching Directories Recursively

grep -rnw "`{pwd}`" -e '[Ss]ymbol*'
grep -rnw "`{pwd}`" --include="posts*" -e '[Ss]ymbol*'