find 命令-size条件 判断的文件大小不准确问题,显现如下
find查找size 大于1k小于5k的结果集里 有个9k的,原因是什么呢?
[root@localhost ~]# find . -size -5k -a -size +1k -exec ls -lh {} \;
总用量 20K
-rw-------. 1 root root 1.1K 4月 19 20:20 anaconda-ks.cfg
-rw-r--r--. 1 root root 9.0K 4月 13 17:32 install.log
-rw-r--r--. 1 root root 3.1K 4月 13 17:32 install.log.syslog
-rw-------. 1 root root 1.1K 4月 19 20:20 ./anaconda-ks.cfg
-rw-r--r--. 1 root root 3.1K 4月 13 17:32 ./install.log.syslog