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.
如何在 hp unix 的文件夹中列出 12 月 24 日修改的文件。
我有一个包含大量文件的文件夹,我只想过滤在特定日期修改的文件。说12月15日。。
试试这个(不确定你是否需要):
ll | grep 'Dec 15'