in reply to Find -mtime or -ctime from a Find module?
Your shell problem sounds like you should be using xargs. something along these lines :-
find /tmp -name core -type f -print | xargs /bin/rm -f
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Find -mtime or -ctime from a Find module?
by afoken (Chancellor) on Sep 18, 2015 at 05:06 UTC |