我想清空目录中的所有文件.我试过这个:
find myFolderPath/* -exec cat /dev/null > {} ';'
但它不起作用.我该怎么做?
谢谢.
linux command file
command ×1
file ×1
linux ×1