Jim Henderson <nos### [at] nospamcom> wrote: > cd /tmp/stuff; find -type f | grep tmp$ | awk '{system("rm \"" $0 "\""))' Why does it need to be so complicated? find /tmp/stuff -name "*.tmp" -exec rm {} \; -- - Warp
Post a reply to this message