From eefee408c40dbb0f52d91ca610824c9027365a95 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 10 Sep 2024 00:16:06 +0000 Subject: [PATCH] Update cheatsheets --- tldr/bc | 2 +- tldr/docker-build | 2 +- tldr/linux/daemon | 2 +- tldr/linux/prename | 2 +- tldr/linux/sa | 2 +- tldr/nc | 2 +- tldr/pngcheck | 10 +++++----- tldr/shar | 2 +- tldr/touch | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tldr/bc b/tldr/bc index 83d3662b..0da27978 100644 --- a/tldr/bc +++ b/tldr/bc @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > An arbitrary precision calculator language. > See also: `dc`, `qalc`. -> More information: . +> More information: . - Start an interactive session: diff --git a/tldr/docker-build b/tldr/docker-build index 44406ea3..40b14892 100644 --- a/tldr/docker-build +++ b/tldr/docker-build @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # docker build > Build an image from a Dockerfile. -> More information: . +> More information: . - Build a Docker image using the Dockerfile in the current directory: diff --git a/tldr/linux/daemon b/tldr/linux/daemon index d7d9500c..11fc8d6a 100644 --- a/tldr/linux/daemon +++ b/tldr/linux/daemon @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # daemon > Run processes into daemons. -> More information: . +> More information: . - Run a command as a daemon: diff --git a/tldr/linux/prename b/tldr/linux/prename index 01f929ea..6fb56a09 100644 --- a/tldr/linux/prename +++ b/tldr/linux/prename @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Rename multiple files. > Note: this page refers to the command from the `prename` Fedora package. -> More information: . +> More information: . - Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found): diff --git a/tldr/linux/sa b/tldr/linux/sa index 588d497d..422cc415 100644 --- a/tldr/linux/sa +++ b/tldr/linux/sa @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Summarize accounting information about commands called by users, including basic information on CPU time spent processing and I/O rates. > Part of the `acct` package. -> More information: . +> More information: . - Display executable invocations per user (username not displayed): diff --git a/tldr/nc b/tldr/nc index b1bce28a..68e92354 100644 --- a/tldr/nc +++ b/tldr/nc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # nc > Redirect I/O into a network stream through this versatile tool. -> More information: . +> More information: . - Start a listener on the specified TCP port and send a file into it: diff --git a/tldr/pngcheck b/tldr/pngcheck index 99b8e90d..0d41368d 100644 --- a/tldr/pngcheck +++ b/tldr/pngcheck @@ -10,15 +10,15 @@ source: https://github.com/tldr-pages/tldr.git - Print a summary for an image (width, height, and color depth): -`pngcheck {{image.png}}` +`pngcheck {{path/to/image.png}}` - Print information for an image with [c]olorized output: -`pngcheck -c {{image.png}}` +`pngcheck -c {{path/to/image.png}}` - Print [v]erbose information for an image: -`pngcheck -cvt {{image.png}}` +`pngcheck -cvt {{path/to/image.png}}` - Receive an image from `stdin` and display detailed information: @@ -26,8 +26,8 @@ source: https://github.com/tldr-pages/tldr.git - [s]earch for PNGs within a specific file and display information about them: -`pngcheck -s {{image.png}}` +`pngcheck -s {{path/to/image.png}}` - Search for PNGs within another file and e[x]tract them: -`pngcheck -x {{image.png}}` +`pngcheck -x {{path/to/image.png}}` diff --git a/tldr/shar b/tldr/shar index 2549e994..8e9b4b5c 100644 --- a/tldr/shar +++ b/tldr/shar @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # shar > Create a shell archive. -> More information: . +> More information: . - Create a shell script that when executed extracts the given files from itself: diff --git a/tldr/touch b/tldr/touch index a62cd0ff..26cf160f 100644 --- a/tldr/touch +++ b/tldr/touch @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # touch > Create files and set access/modification times. -> More information: . +> More information: . - Create specific files: