====== Command to delete files but not directories (folders) ====== find . -type f -exec rm {} \; -print ---- Keyword: Unix, Linux, ubuntu