ex: $ sort -t $'\t'
$ echo -n $'\t'
$ echo -e ' \t ' | hexdump -C
00000000 20 09 20 0a | . .| 00000004
grep -rnw '/path/to/somewhere/' -e 'pattern'
-r
or -R
is recursive,-n
is line number, and-w
stands for match the whole word.-l
(lower-case L) can be added to just give the file name of matching files.grep -rnw '/path/to/somewhere/' -e 'if \['