From 2921ecc3a0d4b3276f50022e9267aacced3e1a0c Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Fri, 24 May 2024 00:14:29 +0000 Subject: [PATCH] Update cheatsheets --- tldr/git-lfs | 2 +- tldr/sam2p | 2 +- tldr/secrethub | 2 +- tldr/slimrb | 2 +- tldr/spfquery | 2 +- tldr/tree | 2 +- tldr/unison | 2 +- tldr/virsh | 2 +- tldr/wireplumber | 2 +- tldr/wpexec | 2 +- tldr/xdelta | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tldr/git-lfs b/tldr/git-lfs index 5e8ef85e..a962b6e7 100644 --- a/tldr/git-lfs +++ b/tldr/git-lfs @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # git lfs > Work with large files in Git repositories. -> More information: . +> More information: . - Initialize Git LFS: diff --git a/tldr/sam2p b/tldr/sam2p index d3074d21..cdc2aa38 100644 --- a/tldr/sam2p +++ b/tldr/sam2p @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # sam2p > Raster (bitmap) image converter with smart PDF and PostScript (EPS) output. -> More information: . +> More information: . - Concatenate all PDF files into one: diff --git a/tldr/secrethub b/tldr/secrethub index 2e3d3bf8..0dff9665 100644 --- a/tldr/secrethub +++ b/tldr/secrethub @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # secrethub > Keep secrets out of config files. -> More information: . +> More information: . - Print a secret to `stdout`: diff --git a/tldr/slimrb b/tldr/slimrb index 36c3d6ec..c8d8b291 100644 --- a/tldr/slimrb +++ b/tldr/slimrb @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # slimrb > Convert Slim files to HTML. -> More information: . +> More information: . - Convert a Slim file to HTML: diff --git a/tldr/spfquery b/tldr/spfquery index 42665d8b..45fb868d 100644 --- a/tldr/spfquery +++ b/tldr/spfquery @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # spfquery > Query Sender Policy Framework records to validate e-mail senders. -> More information: . +> More information: . - Check if an IP address is allowed to send an e-mail from the specified e-mail address: diff --git a/tldr/tree b/tldr/tree index 994c1bb5..7c30fb76 100644 --- a/tldr/tree +++ b/tldr/tree @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # tree > Show the contents of the current directory as a tree. -> More information: . +> More information: . - Print files and directories up to 'num' levels of depth (where 1 means the current directory): diff --git a/tldr/unison b/tldr/unison index 3275ce5c..6dbb8851 100644 --- a/tldr/unison +++ b/tldr/unison @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # unison > Bidirectional file synchronisation tool. -> More information: . +> More information: . - Sync two directories (creates log first time these two directories are synchronized): diff --git a/tldr/virsh b/tldr/virsh index 3d59ff67..cd7f4dee 100644 --- a/tldr/virsh +++ b/tldr/virsh @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Manage virsh guest domains. (Note: 'guest_id' can be the ID, name or UUID of the guest). > Some subcommands such as `virsh list` have their own usage documentation. -> More information: . +> More information: . - Connect to a hypervisor session: diff --git a/tldr/wireplumber b/tldr/wireplumber index dcbd757b..dda0fd12 100644 --- a/tldr/wireplumber +++ b/tldr/wireplumber @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire’s API. > See also: `wpctl`, `pipewire`. -> More information: . +> More information: . - Make WirePlumber start with the user session immediately (for systemd systems): diff --git a/tldr/wpexec b/tldr/wpexec index e46caec0..7cd96d44 100644 --- a/tldr/wpexec +++ b/tldr/wpexec @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Run WirePlumber Lua scripts. > See also: `wpctl`, `wireplumber`. -> More information: . +> More information: . - Run a WirePlumber script: diff --git a/tldr/xdelta b/tldr/xdelta index 8d6e6530..f4eb3039 100644 --- a/tldr/xdelta +++ b/tldr/xdelta @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Delta encoding utility. > Often used for applying patches to binary files. -> More information: . +> More information: . - Apply a patch: