cmlove
2016-03-05 23:59
老师,我输入find . -mtime -10 -exec ls -lh {} \; 这条指令后会出现文件显示重复,情况如下:
[root@localhost ~]# find . -mtime -10 -exec ls -lh {} \;
总用量 48K
-rw-------. 1 root root 1.3K 3月 4 18:47 anaconda-ks.cfg
drwxr-xr-x. 2 root root 4.0K 3月 5 17:18 chao
-rw-r--r--. 1 root root 25K 3月 4 18:47 install.log
-rw-r--r--. 1 root root 7.4K 3月 4 18:46 install.log.syslog
-rw-r--r--. 1 root root 7.4K 3月 4 18:46 ./install.log.syslog
总用量 0
-rw-------. 1 root root 1.3K 3月 4 18:47 ./anaconda-ks.cfg
-rw-r--r--. 1 root root 25K 3月 4 18:47 ./install.log
-rw-------. 1 root root 833 3月 5 01:12 ./.bash_history
install.log.syslog
上下两个是不同的文件名
./install.log.syslog
anaconda-ks.cfg
上下两个是不同的文件名
./anaconda-ks.cfg
没有重复啊文件名前面多了/ .
Linux达人养成计划 I
399342 学习 · 3791 问题
相似问题