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.
我想将所有文件从一个目录移动到上次修改日期早于今天的另一个目录。假设今天是 11-09-2013,那么我想移动最后修改日期为 10-09-2013 及之前的所有文件。
您可以使用 find 命令来执行此操作
寻找 。-newermt“2013-09-11 00:00:00”
或在您的情况下(介于两者之间)
寻找 。-newermt“2000-01-01 00:00:00”!-newermt“2013-09-11 00:00:00”