91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

云計算學習路線課程大綱資料:參數傳遞 Xargs

發布時間:2020-08-10 20:49:25 來源:ITPUB博客 閱讀:189 作者:千鋒云計算 欄目:云計算

今天給大家分享一些云計算學習路線課程大綱資料,這篇文章是關于參數傳遞 Xargs的一些學習筆記資料,希望能給大家一些幫助:

云計算學習路線課程大綱資料:參數傳遞 Xargs

====================================================================================

awk sed grep sort uniq less more xargs

xargs: ls cp rm

案例1

[root@localhost ~]# touch /home/file{1..5}

[root@localhost ~]# vim files.txt

/home/file1

/home/file2

/home/file3

/home/file4

/home/file5

[root@localhost ~]# cat files.txt |ls -l

[root@localhost ~]# cat files.txt |rm -rvf

cont.

[root@localhost ~]# cat files.txt |xargs ls -l

-rw-r--r--. 1 root root 0 Mar 11 10:35 /home/file1

-rw-r--r--. 1 root root 0 Mar 11 10:35 /home/file2

-rw-r--r--. 1 root root 0 Mar 11 10:35 /home/file4

-rw-r--r--. 1 root root 0 Mar 11 10:35 /home/file5

[root@localhost ~]# cat files.txt |xargs rm -rvf

removed ‘/home/file1’

removed ‘/home/file2’

removed ‘/home/file4’

removed ‘/home/file5’

案例2

[root@localhost ~]# touch /home/file{1..5}

[root@localhost ~]# cat files.txt |xargs -I {} ls -l {}

-rw-r--r--. 1 root root 0 Mar 11 10:40 /home/file1

-rw-r--r--. 1 root root 0 Mar 11 10:40 /home/file2

-rw-r--r--. 1 root root 0 Mar 11 10:40 /home/file4

-rw-r--r--. 1 root root 0 Mar 11 10:40 /home/file5

[root@localhost ~]# cat files.txt |xargs -I {} cp -rvf {} /tmp

‘/home/file1’ -> ‘/tmp/file1’

‘/home/file2’ -> ‘/tmp/file2’

‘/home/file4’ -> ‘/tmp/file4’

‘/home/file5’ -> ‘/tmp/file5’

[root@localhost ~]# cat files.txt |xargs -I YANG cp -rvf YANG /var/tmp

‘/home/file1’ -> ‘/var/tmp/file1’

‘/home/file2’ -> ‘/var/tmp/file2’

‘/home/file4’ -> ‘/var/tmp/file4’

‘/home/file5’ -> ‘/var/tmp/file5’

案例3

[root@localhost ~]# find /etc -iname "*ifcfg*" |xargs -I {} cp -rf {} /tmp

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

唐海县| 翁源县| 金华市| 沿河| 土默特左旗| 苍梧县| 武陟县| 泌阳县| 武邑县| 普安县| 太康县| 沛县| 霍城县| 祁东县| 吉隆县| 全南县| 西宁市| 临沭县| 万山特区| 翁牛特旗| 崇阳县| 始兴县| 马尔康县| 饶阳县| 望江县| 苍梧县| 沾益县| 定州市| 禄劝| 牙克石市| 建平县| 高阳县| 屯留县| 阿拉善右旗| 伊春市| 定陶县| 青浦区| 隆尧县| 息烽县| 阜南县| 奎屯市|