added the -n line number option to less/more

This commit is contained in:
2021-04-15 15:17:28 -04:00
parent 79adae017f
commit 2459d68bcb
2 changed files with 10 additions and 4 deletions

View File

@@ -378,7 +378,7 @@ freq [160 | 80] # get/set the ESP8266 frequency
exec <python-filename> # execute a small python file
free # display the heap size: used + free
wc <filename> # display the line count, word count and bytes
less <filename> # similar to cat, but displays 30 lines at a time
less/more [-n] <filename> # similar to cat, but displays 30 lines at a time
```
Synonyms: `ip = ifconfig`, `more = less`, `dig = nslookup = host`