mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 17:58:42 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/coreutils
Normal file
22
tldr/coreutils
Normal file
@@ -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: <https://uutils.github.io/coreutils/docs/multicall.html>.
|
||||||
|
|
||||||
|
- 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`
|
||||||
26
tldr/figlist
Normal file
26
tldr/figlist
Normal file
@@ -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: <https://manned.org/figlist>.
|
||||||
|
|
||||||
|
- 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]}}`
|
||||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
> Add or change user database information, including login shell and password.
|
> Add or change user database information, including login shell and password.
|
||||||
> See also: `passwd`.
|
> See also: `passwd`.
|
||||||
> More information: <https://man.netbsd.org/chsh>.
|
> More information: <https://man.netbsd.org/chpass>.
|
||||||
|
|
||||||
- Set a specific login shell for the current user interactively:
|
- Set a specific login shell for the current user interactively:
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
> Add or change user database information, including login shell and password.
|
> Add or change user database information, including login shell and password.
|
||||||
> See also: `passwd`.
|
> See also: `passwd`.
|
||||||
> More information: <https://man.openbsd.org/chsh>.
|
> More information: <https://man.openbsd.org/chpass>.
|
||||||
|
|
||||||
- Set a specific login shell for the current user interactively:
|
- Set a specific login shell for the current user interactively:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user