Unix/Linux

Print IDs of /etc/passwd

steloflute 2014. 6. 11. 13:20

cat /etc/passwd|cut -d: -f1|sort

 

 

'Unix/Linux' 카테고리의 다른 글

The Bash Bug: What you need to know about the latest security flaw  (0) 2014.09.28
ed tutorial  (0) 2014.08.04
CSH Scripting Basics - Duke University  (0) 2014.06.10
Solaris 9 Volume Manager Problems  (0) 2014.03.21
Understanding init scripts  (0) 2014.03.04