mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 20:52:14 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/$
2
tldr/$
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
---
|
---
|
||||||
# Dollar sign
|
# Dollar sign
|
||||||
|
|
||||||
> Expand a bash variable.
|
> Expand a Bash variable.
|
||||||
> More information: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
> More information: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||||
|
|
||||||
- Print a variable:
|
- Print a variable:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
> Export filesystem of a container image as a tarball.
|
> Export filesystem of a container image as a tarball.
|
||||||
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_digest.md>.
|
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_digest.md>.
|
||||||
|
|
||||||
- Write tarball to stdout:
|
- Write tarball to `stdout`:
|
||||||
|
|
||||||
`crane export {{image_name}} -`
|
`crane export {{image_name}} -`
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
---
|
---
|
||||||
# nix develop
|
# nix develop
|
||||||
|
|
||||||
> Run a bash shell that provides the build environment of a derivation.
|
> Run a Bash shell that provides the build environment of a derivation.
|
||||||
> More information: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html>.
|
> More information: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-develop.html>.
|
||||||
|
|
||||||
- Start a shell with all dependencies of a package from nixpkgs available:
|
- Start a shell with all dependencies of a package from nixpkgs available:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
---
|
---
|
||||||
# pipes.sh
|
# pipes.sh
|
||||||
|
|
||||||
> A bash script which draws randomly pathed pipes over the terminal.
|
> A Bash script which draws randomly pathed pipes over the terminal.
|
||||||
> More information: <https://github.com/pipeseroni/pipes.sh>.
|
> More information: <https://github.com/pipeseroni/pipes.sh>.
|
||||||
|
|
||||||
- Change the pa[t]tern of the pipes:
|
- Change the pa[t]tern of the pipes:
|
||||||
|
|||||||
Reference in New Issue
Block a user