Search Results

Search: Posts Made By: pauliesyllabic
3,622
Posted By MadeInGermany
Sometimes even a simple grep -l "191684520"...
Sometimes even a simple
grep -l "191684520" */2013/*/*
works.
3,622
Posted By Don Cragun
If there is any chance that any filenames in your...
If there is any chance that any filenames in your file hierarchy contain whitespace characters (space, tab, or newline), xargs won't work. Even in cases where it will work, using it is usually...
3,622
Posted By Corona688
You need -r because you are telling find to find...
You need -r because you are telling find to find directories, and only directories, via -type d.

As for speeding it up it is quite possibly running at maximum speed already -- there's no...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy