-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