j
k
j a
j l
I want to delete all files that have the pattern of "*.zip" in the directory /home/mydir and all sub-directories.
rm -Rf /home/mydir/*.zip
produces an error. What did I overlook?
Thanks.....
Back to the thread
Back to the list