LINUX达人养成计划 4-3 find 命令 求解
[root@localhost ~]# find /etc -size +20k -a -size -50k -exec ls -l {}\;
find: missing argument to `-exec'
[root@localhost ~]#
find: missing argument to `-exec' 这句错误提示是什么意思呢?
[root@localhost ~]# find /etc -size +20k -a -size -50k -exec ls -l {}\;
find: missing argument to `-exec'
[root@localhost ~]#
find: missing argument to `-exec' 这句错误提示是什么意思呢?
2015-11-17
举报