Learn Bash - Feed a while loop with the output of a command. ... while IFS=":" read -r user _ do # "$user" holds the username in /etc/passwd done < <(grep ...
確定! 回上一頁