Hi evryone
im looking for a file or a text string within a file. The text string or filename is 'lookup'
ls | grep 'lookup'
find / -name 'look*
grep -w '\<look' *
du | grep 'lookup' | more
none of these searches rendered anything. are there any other good search commands that can scan the whole hd for a filename or txt within file that says 'lookup' or starts with 'look'
Thanks in advance
Cheers
ntrights
im looking for a file or a text string within a file. The text string or filename is 'lookup'
ls | grep 'lookup'
find / -name 'look*
grep -w '\<look' *
du | grep 'lookup' | more
none of these searches rendered anything. are there any other good search commands that can scan the whole hd for a filename or txt within file that says 'lookup' or starts with 'look'
Thanks in advance
Cheers
ntrights