diff --git a/tldr/coreutils b/tldr/coreutils new file mode 100644 index 00000000..74036cf5 --- /dev/null +++ b/tldr/coreutils @@ -0,0 +1,22 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# coreutils + +> Uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust Language. +> Uutils includes a multi-call binary from which the utils can be invoked. This reduces the binary size of the binary and can be useful for portability. +> More information: . + +- Run a utility with arguments: + +`coreutils {{util}} {{util_options}}` + +- List files in [l]ong format: + +`coreutils ls -l` + +- Display help for `ls`: + +`coreutils ls --help` diff --git a/tldr/figlist b/tldr/figlist new file mode 100644 index 00000000..8358db4f --- /dev/null +++ b/tldr/figlist @@ -0,0 +1,26 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# figlist + +> Lists the figlet fonts and control files. +> See also: `figlet`, `showfigfonts`, `chkfont`. +> More information: . + +- List all available fonts using the default font directory: + +`figlist` + +- List fonts from a custom directory: + +`figlist -d {{path/to/directory}}` + +- Search for a font by keyword: + +`figlist -d {{path/to/directory}} | grep {{keyword}}` + +- Count the total number of available fonts in a specified directory: + +`figlist -d {{path/to/directory}} | wc {{[-l|--lines]}}` diff --git a/tldr/netbsd/chpass b/tldr/netbsd/chpass index e09f8590..64c6bf79 100644 --- a/tldr/netbsd/chpass +++ b/tldr/netbsd/chpass @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Add or change user database information, including login shell and password. > See also: `passwd`. -> More information: . +> More information: . - Set a specific login shell for the current user interactively: diff --git a/tldr/openbsd/chpass b/tldr/openbsd/chpass index 85b45fb9..19498e83 100644 --- a/tldr/openbsd/chpass +++ b/tldr/openbsd/chpass @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Add or change user database information, including login shell and password. > See also: `passwd`. -> More information: . +> More information: . - Set a specific login shell for the current user interactively: