mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 19:56:55 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/less
10
tldr/less
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user