Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -2,20 +2,20 @@
> Opens a file for reading.
> Allows movement and search in forward direction only.
> Doesn't read the entire file (suitable for logs)
> Doesn't read the entire file (suitable for logs).
- open a file
- Open a file:
`more {{source_file}}`
- page down
- Page down:
`d (next)`
- search for a string
- Search for a string:
`/{{something}} then n (next)`
- exit
- Exit:
`q`