find / -type f -mtime +1 |xargs rm -f

Posted workharder

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了find / -type f -mtime +1 |xargs rm -f相关的知识,希望对你有一定的参考价值。

-mtime说明:

N * 24

+1 内表示 1 * 24 +24小时以外..
+0 才表示 0 * 24 +24小时以外
1 表示 1*24 + 24 到 24 之间..
0 表示 0*24 + 24 到 0 之间..
-1 表示 0*24 +24 内,甚至为未来时间...

参考:https://www.cnblogs.com/fnlingnzb-learner/p/6839677.html

-type -f说明:

  表示只找file,文件类型的,目录和其他字节啥的不要

参考:https://blog.csdn.net/hzhsan/article/details/17200873

以上是关于find / -type f -mtime +1 |xargs rm -f的主要内容,如果未能解决你的问题,请参考以下文章

2021牛客暑期多校训练营1 - F - Find 3-friendly Integers - 题解

2021牛客多校1 F Find 3-friendly Integers

F - Almost Union-Find (UVA - 11987 )

请帮我解析以下find命令的意思: find . -name "*ab*" -exec rm -f \;

Codeforces 750 F:New Year and Finding Roots

并查集