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

溫馨提示×

溫馨提示×

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

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

centos7系統中如何搜索文件和使用sed文本處理?

發布時間:2020-05-25 21:38:58 來源:億速云 閱讀:389 作者:鴿子 欄目:系統運維

1、查找/etc目錄下大于1M且類型為普通文件的所有文件

[root@centos7 ~]# find /etc/ -type f -size +1M |xargs ls -lh

-rw-r--r--. 1 root root 1.4M Apr 11  2018 /etc/brltty/zh-tw.ctb

-rw-------. 1 root root 3.8M Nov  3  2018 /etc/selinux/targeted/active/policy.kern

-rw-r--r--. 1 root root 1.4M Nov  3  2018 /etc/selinux/targeted/contexts/files/file_contexts.bin

-rw-r--r--. 1 root root 3.8M Nov  3  2018 /etc/selinux/targeted/policy/policy.31

-r--r--r--. 1 root root 7.8M Jan  4 15:58 /etc/udev/hwdb.bin

[root@centos7 ~]#
2、打包/etc/目錄下面所有conf結尾的文件,壓縮包名稱為當天的時間,并拷貝到/usr/localsrc目錄備份。

[root@centos7 ~]# tar -zvcf `date +%F`.tar.gz /etc/*.conf && cp `date +%F`.tar.gz /usr/local/src/

tar: Removing leading `/' from member names

/etc/asound.conf

/etc/autofs.conf

/etc/autofs_ldap_auth.conf

/etc/brltty.conf
3、利用sed 取出ifconfig命令中本機的IPv4地址

[root@centos7 ~]# ifconfig ens160 |sed -nr '2s/^[^0-9]+([0-9.]+).*/\1/p'

10.0.1.109

[root@centos7 ~]#
4、刪除/etc/fstab文件中所有以#開頭,后面至少跟一個空白字符的行的行首的#和空白字符

[root@centos7 ~]# sed -r 's/^# +(.*)/\1/' /etc/fstab

 

#

/etc/fstab

Created by anaconda on Sat Jan  4 01:52:46 2020

#

Accessible filesystems, by reference, are maintained under '/dev/disk'

See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info

#

/dev/mapper/centos-root /                       xfs     defaults        0 0

UUID=24b6bae0-d077-4259-8529-f778c9c120ce /boot                   xfs     defaults        0 0

/dev/mapper/centos-swap swap                    swap    defaults        0 0
5、處理/etc/fstab路徑,使用sed命令取出其目錄名和基名

[root@centos7 ~]# echo /etc/fstab |sed -nr 's@(/.*)/(.*)@\1@p'

/etc

[root@centos7 ~]# echo /etc/fstab |sed -nr 's@(/.*)/(.*)@\2@p'

fstab

[root@centos7 ~]#


向AI問一下細節

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

AI

金溪县| 拜城县| 枣阳市| 郴州市| 玛曲县| 廊坊市| 鸡泽县| 乌兰浩特市| 谷城县| 栖霞市| 阳曲县| 南投县| 达孜县| 高青县| 景谷| 溧阳市| 兰坪| 廉江市| 济源市| 西藏| 连云港市| 南涧| 朝阳县| 云南省| 龙游县| 德庆县| 白河县| 高邑县| 佳木斯市| 寻乌县| 江源县| 洪洞县| 阜阳市| 乌兰浩特市| 获嘉县| 安仁县| 崇仁县| 承德县| 九台市| 扶风县| 洛宁县|