Linux Shell Test命令引數解析

2021-04-22 08:33:49 字數 1134 閱讀 8713

格式:testconditions

test-n string : string 不為空

test-z string : string 為空

testint1 -eq int2  : int1 == int 2

testint1 -ne int2  : int1 != int2 

testint1 -gt int2   : int1 > int2

testint1 -ge int2  : int1 >= int2

testint1 -lt int2    : int1 < int2

testint1 -le int2   : int1 <= int2

test-r filename   : 使用者對檔案filename有讀許可權

test-w filename  : 使用者對檔案filename有寫許可權

test-x filename   : 使用者對檔案filename有可執行許可權

test-f filename   : 檔案filename為普通檔案

test-d filename  : 檔案filename為目錄

test-c filename  : 檔案filename為字元裝置檔案

test-b filename  :檔案filename為塊裝置檔案

test-s filename  : 檔案filename大小不為零

test-t fnumb      : 與檔案描述符fnumb(預設值為1)相關的裝置是乙個終端裝置

test! -s empty   : empty 為空

test-a       : and

test-o       : or

Android MTK Android 編譯命令

命令格式 maketek option project action modules option t tee 輸出log資訊到當前終端 o opt 編譯附加條件,一般使用 opt target build variant user來編譯使用者板軟體 h help 列印幫助資訊並退出 project...

applicationContext的命名空間

xsi schemalocation spring beans.xsd xmlns xmlns 宣告了乙個命名空間 例如 xmlns aop 這樣就可以用標籤了.通常情況下還需要提供乙個對映位址.比如 xmlns aop 提供乙個對映位址後變為 xmlns aop xsi schemalocatio...

kettle windos linux操作命令

rep 資源庫名稱 user 資源庫使用者名稱 pass 資源庫密碼 trans 要啟動的轉換名稱 dir 目錄 不要忘了字首 file 要啟動的檔名 轉換所在的 xml 檔案 level 日誌等級 基本,詳細,除錯,行級,錯誤,沒有 logfile 要寫入的日誌檔案 listdir 列出資源庫裡的...