use less instead of pipe from cat

- fixes #44
This commit is contained in:
altbdoor
2020-10-03 11:09:17 +08:00
committed by GitHub
parent a1b07e2b47
commit 45bb2861c0

View File

@@ -327,8 +327,8 @@ curl -i umair.surge.sh
```shell
$ cat apps/settings.py
# if the file is too big to fit on one page, you can send it to a 'pager' (less) which shows you one page at a time.
$ cat apps/settings.py | less
# if the file is too big to fit on one page, you can use a 'pager' (less) which shows you one page at a time.
$ less apps/settings.py
```
## search for a text