mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 17:58:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -31,3 +31,11 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
- List all the available packages:
|
- List all the available packages:
|
||||||
|
|
||||||
`opkg list`
|
`opkg list`
|
||||||
|
|
||||||
|
- Find out which package owns a file:
|
||||||
|
|
||||||
|
`opkg search {{/path/to/file}}`
|
||||||
|
|
||||||
|
- List all files belonging to a package:
|
||||||
|
|
||||||
|
`opkg files {{package}}`
|
||||||
|
|||||||
@@ -23,3 +23,11 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
- Reset all modes to reasonable values for the current terminal:
|
- Reset all modes to reasonable values for the current terminal:
|
||||||
|
|
||||||
`stty sane`
|
`stty sane`
|
||||||
|
|
||||||
|
- Switch between raw and normal mode:
|
||||||
|
|
||||||
|
`stty {{raw|cooked}}`
|
||||||
|
|
||||||
|
- Turn character echoing off or on:
|
||||||
|
|
||||||
|
`stty {{-echo|echo}}`
|
||||||
|
|||||||
Reference in New Issue
Block a user