mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
btrfs-restore, swww, urpmi.removemedia, ansible, az-lock, az-storage-blob, bzip3: add or remove mnemonics (#16161)
This commit is contained in:
parent
e65300a9ca
commit
2e1038b503
7 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
`ansible {{group}} {{[-m|--module-name]}} ping`
|
||||
|
||||
- Display facts about a group of hosts by invoking the setup [m]odule:
|
||||
- Display facts about a group of hosts by invoking the setup module:
|
||||
|
||||
`ansible {{group}} {{[-m|--module-name]}} setup`
|
||||
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
|
||||
`az lock list`
|
||||
|
||||
- Show a subscription level lock with a specific [n]ame:
|
||||
- Show a subscription level lock with a specific name:
|
||||
|
||||
`az lock show {{[-n|--name]}} {{lock_name}}`
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
`az storage blob download --account-name {{storage_account_name}} --account-key {{storage_account_key}} {{[-c|--container-name]}} {{container_name}} {{[-n|--name]}} {{path/to/blob}} {{[-f|--file]}} {{path/to/local_file}}`
|
||||
|
||||
- [d]ownload blobs from a blob container recursively:
|
||||
- Download blobs from a blob container recursively:
|
||||
|
||||
`az storage blob download-batch --account-name {{storage_account_name}} --account-key {{storage_account_key}} {{[-s|--source]}} {{container_name}} {{[-d|--destination]}} {{path/to/remote}} --pattern {{filename_regex}} {{[-d|--destination]}} {{path/to/destination}}`
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
`bzip3 {{[-d|--decode]}} {{path/to/compressed_file.bz3}}`
|
||||
|
||||
- Decompress a file to `stdout` ([c]):
|
||||
- Decompress a file to `stdout`:
|
||||
|
||||
`bzip3 {{[-dc|--decode --stdout]}} {{path/to/compressed_file.bz3}}`
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
`sudo btrfs restore --path-regex {{regex}} -c {{path/to/btrfs_device}} {{path/to/target_directory}}`
|
||||
|
||||
- Restore files from a btrfs filesystem using a specific root tree `bytenr` (see `btrfs-find-root`):
|
||||
- Restore files from a btrfs filesystem using a specific root [t]ree `bytenr` (see `btrfs-find-root`):
|
||||
|
||||
`sudo btrfs restore -t {{bytenr}} {{path/to/btrfs_device}} {{path/to/target_directory}}`
|
||||
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
`swww img {{path/to/image}}`
|
||||
|
||||
- Set wallpaper to specified [o]utputs:
|
||||
- Set wallpaper to specified outputs:
|
||||
|
||||
`swww img -o {{output1,output2,...}} {{path/to/image}}`
|
||||
`swww img {{[-o|--outputs]}} {{output1,output2,...}} {{path/to/image}}`
|
||||
|
||||
- Restore last wallpaper:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
`sudo urpmi.removemedia {{medium}}`
|
||||
|
||||
- Remove all media:
|
||||
- Remove [a]ll media:
|
||||
|
||||
`sudo urpmi.removemedia -a`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue