从里面删除会话文件夹文件的简单方法是什么?
命令:
rm *
出现错误:
-bash: /usr/bin/rm: Argument list too long
另外我如何设置会话目录的清理?
使用 find 应该可以缓解列表过长的问题。
find . -delete