Remove all files in the working directory January 2, 2015 by admin for files only # cd /path/to/folder/ # rm * For files and folders # cd /path/to/folder/ # rm -rf *