일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- SQL
- two pointer
- union find
- 이진탐색
- Trie
- binary search
- String
- Stored Procedure
- DP
- Two Points
- Hash
- 스토어드 프로시저
- 다익스트라
- Brute Force
- 그래프
- MYSQL
- Dijkstra
Archives
- Today
- Total
codingfarm
tail 본문
manpages.ubuntu.com/manpages/focal/en/man1/tail.1posix.html
- 해당파일 뒷부분의 몇행을 출력한다.
- 기본값은 10으로 뒷부분의 10행이 출력된다.
tail [option] file
옵션
+행번호 : 지정한 행부터 끝까지 출력한다.
-숫자 : 화면에 출력할 행의 수를 지정한다.
-f : 파일 출력을 종료하지 않고 주기적으로 계속 출력한다.
Comments