일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Stored Procedure
- MYSQL
- DP
- Trie
- two pointer
- String
- SQL
- binary search
- 다익스트라
- 그래프
- 스토어드 프로시저
- Dijkstra
- union find
- Two Points
- Hash
- 이진탐색
- Brute Force
Archives
- Today
- Total
codingfarm
less 본문
manpages.ubuntu.com/manpages/focal/en/man1/less.1.html
- more 명령은 지나간 내용을 다시 볼 수 없다는 단점을 가지고 있다.
- 이런 불편함을 개선한것이 less 명령이다.
less file
j : 한줄씩 다음행으로 스크롤
k : 한줄씩 이전행으로 스크롤
spacebar, ctrl + f : 다음화면으로 이동
ctrl + b : 이전 화면으로 이동
q : 종료
'Linux > 기본명령어' 카테고리의 다른 글
cp (0) | 2020.10.31 |
---|---|
tail (0) | 2020.10.18 |
more (0) | 2020.10.18 |
cat(catenate) (0) | 2020.10.18 |
rmdir(remove directory) (0) | 2020.10.18 |
Comments