- 论坛徽章:
- 0
|
还是有点问题,大家帮忙看看我哪儿写错了
[root@host tmp]# ll
总用量 32
-rw-r--r-- 1 root root 0 2月 11 09:34 aaa
-rw-r--r-- 1 root root 1 2月 10 15:58 al.org
-rw-r--r-- 1 root root 66 2月 9 11:36 al.org.bak
-rw-r--r-- 1 root root 0 2月 10 14:45 aorg
-rwxr-xr-x 1 root root 341 2月 10 19:02 a.sh
-rwxr-xr-x 1 root root 195 2月 10 18:54 b.sh
-rw-r--r-- 1 root root 36 2月 9 18:21 file
-rw-r--r-- 1 root root 32 2月 9 10:31 file2
-rw-r--r-- 1 root root 32 2月 9 10:59 file3
-rw-r--r-- 1 root root 0 2月 10 14:45 org
-rw-r--r-- 1 root root 2330 2月 10 18:25 tmp_log1.txt
[root@host tmp]# find . -mtime -1
.
./b.sh
./aorg
./al.org
./org
./tmp_log1.txt
./a.sh
./aaa
[root@host tmp]#
按理说应该只得到aaa才对呀,还列出了其他的文件呢. |
|