j
k
j a
j l
find /whe/re -mtime +2 -exec echo {} ;
If you get "Argument list too long" error, you can use
find . -name "*" -print | xargs rm
Back to the thread
Back to the list