Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何自动将文件删除到ubuntu中的文件夹?
我需要编写一个脚本来从一个文件夹中删除文件,该文件夹中充满了我的服务器上一个进程的执行。
正确的命令是rm -rf folder/从该特定文件夹中递归删除文件。
rm -rf folder/
如果rm folder/*不是您寻求的答案,您能否澄清您的问题?
rm folder/*