← Back to Users
imp7's activity in the archive.
How about the using find for what it is...
find . -name [String]
You have a bit more control when you are looking for a file and you are not grep'ing through more thee just file names. Plus you need to remember to put in any wildcards if you don't know the whole file name.
How about the using find for what it is...
find . -name [String]
You have a bit more control when you are looking for a file and you are not grep'ing through more thee just file names. Plus you need to remember to put in any wildcards if you don't know the whole file name.