摘要: 1、使用sed命令打印出/etc/passwd文件在中的奇数行内容 答: [root@centos8 script]#sed -n '1~2p' /etc/passwd root:x:0:0:root:/root:/bin/bash daemon:x:2:2:daemon:/sbin:/sbin/n 阅读全文
posted @ 2020-06-16 00:12 jojohyj 阅读(112) 评论(0) 推荐(0)