摘要: [root@localhost ~]# vim user.sh 1 #!/bin/bash 2 for i in `cut -d ":" -f1 /etc/passwd`; 3 do 4 echo -e "Hello User:" "\033[31m$i\033[0m" "shell is" "\0 阅读全文
posted @ 2020-02-18 13:15 DevonL 阅读(287) 评论(0) 推荐(0) 编辑