1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 06:53:50 +02:00

btrfs-restore, swww, urpmi.removemedia, ansible, az-lock, az-storage-blob, bzip3: add or remove mnemonics (#16161)

This commit is contained in:
Managor 2025-04-12 22:31:04 +03:00 committed by GitHub
parent e65300a9ca
commit 2e1038b503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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:

View file

@ -9,7 +9,7 @@
`sudo urpmi.removemedia {{medium}}`
- Remove all media:
- Remove [a]ll media:
`sudo urpmi.removemedia -a`