awk -F”:” ‘{ print $1 $3 }’ /etc/passwd
with this we open passwd file split fields by “:” and print the first and the third column
awk -F”:” ‘{ print $1 $3 }’ /etc/passwd
with this we open passwd file split fields by “:” and print the first and the third column
Aún no hay comentarios.
RSS feed para los comentarios de esta entrada. URI para TrackBack.
Theme: Rubric. Blog de WordPress.com.