Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-10 00:16:06 +00:00
parent 63176c5eb3
commit eefee408c4
9 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> An arbitrary precision calculator language.
> See also: `dc`, `qalc`.
> More information: <https://manned.org/bc.1>.
> More information: <https://manned.org/bc>.
- Start an interactive session:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docker build
> Build an image from a Dockerfile.
> More information: <https://docs.docker.com/engine/reference/commandline/build/>.
> More information: <https://docs.docker.com/reference/cli/docker/buildx/build/>.
- Build a Docker image using the Dockerfile in the current directory:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# daemon
> Run processes into daemons.
> More information: <https://manned.org/man/daemon.1>.
> More information: <https://manned.org/daemon>.
- Run a command as a daemon:

View File

@@ -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: <https://manned.org/man/prename>.
> More information: <https://manned.org/prename>.
- Rename files using a Perl Common Regular Expression (substitute 'foo' with 'bar' wherever found):

View File

@@ -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: <https://manned.org/man/sa.8>.
> More information: <https://manned.org/sa.8>.
- Display executable invocations per user (username not displayed):

View File

@@ -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: <https://manned.org/nc.1>.
> More information: <https://manned.org/nc>.
- Start a listener on the specified TCP port and send a file into it:

View File

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

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# shar
> Create a shell archive.
> More information: <https://manned.org/man/freebsd/shar>.
> More information: <https://manned.org/shar>.
- Create a shell script that when executed extracts the given files from itself:

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# touch
> Create files and set access/modification times.
> More information: <https://manned.org/man/freebsd-13.1/touch>.
> More information: <https://manned.org/touch>.
- Create specific files: