mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 03:45:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# false
|
||||
|
||||
> Returns a non-zero exit code.
|
||||
> More information: <https://www.gnu.org/software/coreutils/false>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
|
||||
|
||||
- Return a non-zero exit code:
|
||||
|
||||
|
||||
@@ -30,6 +30,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pacman -Dkq`
|
||||
|
||||
- Display help:
|
||||
- Display [h]elp:
|
||||
|
||||
`pacman -D --help`
|
||||
`pacman -Dh`
|
||||
|
||||
@@ -21,6 +21,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pacman -T "{{bash>5}}"`
|
||||
|
||||
- Display help:
|
||||
- Display [h]elp:
|
||||
|
||||
`pacman -T --help`
|
||||
`pacman -Th`
|
||||
|
||||
@@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo pacman -U --overwrite {{path/to/file}} {{path/to/package.pkg.tar.zst}}`
|
||||
|
||||
- Install a package, skipping the dependency [(d)] version checks:
|
||||
- Install a package, skipping the [d]ependency version checks:
|
||||
|
||||
`sudo pacman -Ud {{path/to/package.pkg.tar.zst}}`
|
||||
|
||||
@@ -29,6 +29,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`pacman -Up {{path/to/package.pkg.tar.zst}}`
|
||||
|
||||
- Display help:
|
||||
- Display [h]elp:
|
||||
|
||||
`pacman -U --help`
|
||||
`pacman -Uh`
|
||||
|
||||
Reference in New Issue
Block a user