mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 15:48:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -32,9 +32,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`systemd-ask-password --no-output --keyname {{key_name}} "{{prompt}}"`
|
||||
|
||||
- Pass the asked password to another program:
|
||||
- Pipe a password to a command, stripping the trailing newline:
|
||||
|
||||
`systemd-ask-password | {{command}}`
|
||||
`systemd-ask-password -n | {{command}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user