[Linux/Unix]리눅스/유닉스 필수 명령어(프로그래밍)
프로그래밍을 잘 작성하기 위해 반드시 필요한 필수 기본 명령어. grep, sed, awk 그외 유용하게 사용되는 명령어. cut sort tr paste date grep fgrep egrep find mailx head tail tee xargs 그외 명령어 cpio, crypt, du, diff, cmp, echo, expr, fmt, id, mail, nohup, pwd, sed, sleep, spell, split, touch, time, wc.. grep 명령어(Globally/Regular Expression/Print) [EX1] 기본 사용법 # grep root /etc/passwd # cat /etc/passwd|grep root grep 명령의 사용되고 있는 활용 형식. # CMD |..
더보기