Skip to main content

awk


  • Split passwd to users.txt:
awk -F: '{ print $1 }' /etc/passwd > users.txt