Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-16 00:17:12 +00:00
parent cea04b793c
commit f32d2d1ccd
4 changed files with 4 additions and 4 deletions

2
tldr/$
View File

@@ -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:

View File

@@ -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}} -`

View File

@@ -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:

View File

@@ -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: