STAF FS COPY FILE 命令 操作

2021-06-25 23:04:26 字數 1672 閱讀 1961

參考:

實際應用舉例:

start to copy file /alps/tests-package/coreplatform/guestcomponent/fsquiescingsnapshot/src/main/resources/scripts/neg/perl/neg_script_perl.pl to file: /etc/vmware-tools/backupscripts.d/y_neg_script_perl.pl

staf is going to execute command: staf 10.146.4.165 fs copy file /alps/....../guestcomponent/fsquiescingsnapshot/src/main/resources/scripts/neg/perl/neg_script_perl.pl tofile /etc/vmware-tools/backupscripts.d/y_neg_script_perl.pl tomachine 10.144.228.47

staf 服務學習, fs 檔案操作服務,提供檔案操作的一些方法,這裡先介紹copy  file  檔案複製

語法如下:     

copy file [tofile | todirectory ] [tomachine ]     

[text [format ]] [failifexists | failifnew]

語法引數解釋:

copy  file     —基本命令     

—複製的檔名     

[tofile | todirectory ]   —支援填寫目標檔名或者目標檔案目錄,預設不填則保持複製的檔名路徑不變     

[tomachine ]    — 目標機器,預設為本機     

[text [format ]]  —換行符格式轉換,不同作業系統複製可能需要考慮     

[failifexists | failifnew]  —選擇覆蓋方式,如果存在/新建則不複製,預設為覆蓋

例子1: 複製檔案到client1相同目錄下,檔名保持不變 

staf local fs copy file c:\testcase\tc1.cmd tomachine client1 

例子2: 複製檔案到client1指定目錄下,同時修改檔名,如檔案已經存在則不覆蓋 

staf local fs copy file c:\testcase\tc1.cmd tofile d:\webtests\webtc1.cmd tomachine client1 failifexists 

例子3: 複製檔案到client指定目錄下 

staf local fs copy file c:\testcase\tc1.cmd todirectoryd:\webtests tomachine client1     

例子4:處理換行符 

staf local fs copy file /test1.txt tomachine client1 text 

staf local fs copy file /test1.txt tomachine client1 text format native 

staf local fs copy file c:\tc\test1.txt tomachine client1 text format " "

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 列出資源庫裡的...