리눅스5 리눅스 명령어 정리(6) cat, sort, uniq, grep, wc, head, tail, tee 6 – Redirection ● cat - Concatenate files ● sort - Sort lines of text ● uniq - Report or omit repeated lines ● grep - Print lines matching a pattern ● wc - Print newline, word, and byte counts for each file ● head - Output the first part of a file ● tail - Output the last part of a file ● tee - Read from standard input and write to standard output and files 1. cat : 두 개 이상의 파일을 연결(concatenate)해서.. 2018. 6. 18. 이전 1 2 다음