grep
Searching Directories Recursively
grep -rnw "`{pwd}`" -e '[Ss]ymbol*'
grep -rnw "`{pwd}`" --include="posts*" -e '[Ss]ymbol*'
#Links
- [[string|[string|[string|[string|string) on Linux - Stack Overflow
grep -rnw "`{pwd}`" -e '[Ss]ymbol*'
grep -rnw "`{pwd}`" --include="posts*" -e '[Ss]ymbol*'