-b block(块设备)
-c charactor(字符)
-d directory(目录)
-e exit(存在)
-f file(文件)
-L link(链接)
-p pipeline(管道)
-S SOCKET(套接字)
-c charactor(字符)
-d directory(目录)
-e exit(存在)
-f file(文件)
-L link(链接)
-p pipeline(管道)
-S SOCKET(套接字)
2017-04-02
快速记忆:
-eq:equal 等于
-ne:not equal 不等于
-gt:gleater than 大于
-lt:less then 小于
-ge:gleater or equal 大于等于
-le:less or equal 小于等于
-eq:equal 等于
-ne:not equal 不等于
-gt:gleater than 大于
-lt:less then 小于
-ge:gleater or equal 大于等于
-le:less or equal 小于等于
2017-04-01
快速记忆:
-nt: new time
-ot: old time
-ef: equal file 是否为相同的源文件
-nt: new time
-ot: old time
-ef: equal file 是否为相同的源文件
2017-04-01