开发者

How to automatic deleting files to a folder in ubuntu?

How to automatic deleting files t开发者_如何转开发o a folder in ubuntu?

I need to do a script to delete files from a folder that is filled with the execution of a process on my server.


The proper command would be rm -rf folder/ to delete files recursively from that particular folder.


If rm folder/* isn't the answer you seek, could you clarify your question?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜