목차

Linux Tip & Tech

문서내의 특정 라인~라인 까지만 추출하기

sed -n '8,12p' yourfile

grep 시에 라인 출력

grep -nr SEARCHTERM file1 file2 ...