air*_*umz 2 find timestamps files file-search
我想递归搜索具有特定更改日期的文件。请注意,这不是访问或修改日期,而是由 输出的更改日期stat。
#stat prototype.js
File: `prototype.js'
Size: 175637 Blocks: 352 IO Block: 4096 regular file
Device: 803h/2051d Inode: 18146171 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 507/user) Gid: ( 505/user)
Access: 2016-11-03 04:54:05.000000000 -0500
Modify: 2016-01-06 03:38:54.000000000 -0600
Change: 2016-07-23 03:42:37.000000000 -0500
Run Code Online (Sandbox Code Playgroud)
在我的特定情况下,我想查找更改日期为 2016-07-23 的所有文件。操作系统是 CentOS 6.4 版。谢谢!
足够的命令是:
find . -type f -newerct 2016-07-23 ! -newerct 2016-07-24
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2580 次 |
| 最近记录: |