Fix less description (#107)

This commit is contained in:
Natsuo Kawai 2021-06-24 14:07:27 +09:00 committed by GitHub
parent f7c9cbb1c6
commit 620a3ceacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ More command displays as much as can fit on the current screen and waits for use
### less ### less
Less command is an improved version of more. It displays the contents of a file or a command output, one page at a time. Less command is an improved version of more. It displays the contents of a file or a command output, one page at a time.
It allows backward navigation as well as forward navigation in the file and also has search options. We can use arrow keys for advancing backward or forward by one line. For moving forward by one page, press Enter and for moving backward by one page, press b on your keyboard. It allows backward navigation as well as forward navigation in the file and also has search options. We can use arrow keys for advancing backward or forward by one line. For moving forward by one page, press Space and for moving backward by one page, press b on your keyboard.
You can go to the beginning and the end of a file instantly. You can go to the beginning and the end of a file instantly.