Linux menghapus file di folder tanpa menghapus folder
find /path/to/directory -type f -exec rm -iv {} \;
Skandal
find /path/to/directory -type f -exec rm -iv {} \;