标签:hal div cat shutdown alt 技巧 shu 目录 code
获取/etc/passwd目录下的UID值小于10的数,并输出第一、三行
[root@:vg_adn_tidbCkhsTest:172.31.30.62 ~]#cat /etc/passwd | awk ‘BEGIN {FS=":"} $3 < 10 {print $1 "\t" $3}‘ root 0 bin 1 daemon 2 adm 3 lp 4 sync 5 shutdown 6 halt 7 mail 8
标签:hal div cat shutdown alt 技巧 shu 目录 code
原文地址:https://www.cnblogs.com/FengGeBlog/p/10135017.html