root@ubuntu:~# vi while2.sh. #!/bin/bash. while read line. do. echo $line | awk 'BEGIN{FS=":"} {print "User:\t"$1}'. done < /etc/passwd ...
確定! 回上一頁