摘要: (1) awk -F':' '{print $1}' /etc/passwd | tail -n3 (2) cut -d : -f 1 /etc/passwd | tail -n3 阅读全文
posted @ 2023-09-11 10:04 LB_运维技术 阅读(122) 评论(0) 推荐(0) 编辑