cat /etc/passwd | awk -F[:] '{print $1}'
password 파일에서 ID 추출
최소값
#a=11;b=25;c=35;d=2;echo -e "$a\n""$b\n""$c\n""$d"|sort -g|head -1
#2
최대값
#a=11;b=25;c=35;d=2;echo -e "$a\n""$b\n""$c\n""$d"|sort -g|tail -1
#35
password 파일에서 ID 추출
최소값
#a=11;b=25;c=35;d=2;echo -e "$a\n""$b\n""$c\n""$d"|sort -g|head -1
#2
최대값
#a=11;b=25;c=35;d=2;echo -e "$a\n""$b\n""$c\n""$d"|sort -g|tail -1
#35