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.
在 Unix 中,如何列出在特定日期(2013 年 3 月 6 日)之前创建的所有目录?
我不需要递归地执行此操作。
目前的工作目录有 70000 个文件夹,我只需要将创建日期在 2013 年 3 月 16 日之前的目录名称整理到文本文件中。
查找 -type d -mtime +43 -maxdepth 1