Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 329 Bytes

File metadata and controls

12 lines (8 loc) · 329 Bytes

head

  • head는 문서 내용의 앞부분을 출력해줍니다.

  • 옵션 의미
    -c,--bytes 명시한 바이트 만큼만 출력
    -n,--lines 명시한 줄 수 만큼만 출력
  • head -c 10 /etc/passwd는 문서의 맨 위에서부터 10바이트 만큼만 출력합니다.

  • head -n 5 /etc/passwd