tail

파일의 마지막 부분을 표시합니다. 같이 보기: head. 더 많은 정보: https://keith.github.io/xcode-man-pages/tail.1.html.

tail -n {{8}} {{경로/대상/파일}}

tail -n +{{8}} {{경로/대상/파일}}

tail -c {{8}} {{경로/대상/파일}}

tail -f {{경로/대상/파일}}

tail -F {{경로/대상/파일}}

tail -n {{8}} -s {{10}} -f {{경로/대상/파일}}