# remove everything in a directory rm /path/to/dir/* # remove all sub-directories and files rm -r /path/to/dir/*