mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-01-17 21:38:30 +01:00
Merge pull request #45 from altbdoor/patch-1
use less instead of pipe from cat
This commit is contained in:
commit
37296cd6d1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user