Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-20 00:25:36 +00:00
parent b5aad07aa9
commit d1fa360568
2 changed files with 14 additions and 14 deletions

View File

@@ -6,11 +6,11 @@ source: https://github.com/tldr-pages/tldr.git
# less
> Open a file for interactive reading, allowing scrolling and search.
> More information: <https://greenwoodsoftware.com/less/>.
> More information: <https://manned.org/less>.
- Open a file:
- Open a file for interactive reading:
`less {{source_file}}`
`less {{path/to/source_file}}`
- Page down/up:
@@ -22,11 +22,11 @@ source: https://github.com/tldr-pages/tldr.git
- Forward search for a string (press `<n>`/`<N>` to go to next/previous match):
`</>{{something}}`
`</>{{pattern}}`
- Backward search for a string (press `<n>`/`<N>` to go to next/previous match):
`<?>{{something}}`
`<?>{{pattern}}`
- Follow the output of the currently opened file: