본문 바로가기

잼있어보이는군..

shell

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