From 45bb2861c08c96f4bd4833b9afe78735ac045244 Mon Sep 17 00:00:00 2001 From: altbdoor Date: Sat, 3 Oct 2020 11:09:17 +0800 Subject: [PATCH] use less instead of pipe from cat - fixes #44 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4c95416..1b07352 100644 --- a/readme.md +++ b/readme.md @@ -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