Remove All Files – Linux Command
August 31st, 2008
No comments
to remove all files from the current directory and all subdirectories do:
rm -r *.*
if you get "Argument list too long - Linux" , view this: /bin/rm Argument list too long - Linux
to remove file types .tmp from the current directory ...
Categories: Bookmarks, Hosting, Linux delte directory linux, Linux Command rm, remove all file, rm command








