linux delete files in folders without deleting the folder. Shell/Bash By Skandal on Sep 23 2020. find /path/to/directory -type f -exec rm -iv {} \;.
確定! 回上一頁