mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 05:43:47 +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
|
||||
|
||||
> Expand a bash variable.
|
||||
> Expand a Bash variable.
|
||||
> More information: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.
|
||||
|
||||
- Print a variable:
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> 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>.
|
||||
|
||||
- Write tarball to stdout:
|
||||
- Write tarball to `stdout`:
|
||||
|
||||
`crane export {{image_name}} -`
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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>.
|
||||
|
||||
- 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
|
||||
|
||||
> 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>.
|
||||
|
||||
- Change the pa[t]tern of the pipes:
|
||||
|
||||
Reference in New Issue
Block a user