diff --git a/pages/android/settings.md b/pages/android/settings.md index 8b482c7177..6f49182871 100644 --- a/pages/android/settings.md +++ b/pages/android/settings.md @@ -3,7 +3,7 @@ > Get information about the Android OS. > More information: . -- Display a list of settings in the `global` namespace: +- List the settings in the `global` namespace: `settings list {{global}}` diff --git a/pages/common/2to3.md b/pages/common/2to3.md index 8eadd48552..b50154e3aa 100644 --- a/pages/common/2to3.md +++ b/pages/common/2to3.md @@ -19,7 +19,7 @@ `2to3 --write {{path/to/file.py}} --nofix={{has_key}} --nofix={{isinstance}}` -- Display a list of all available language features that can be converted from Python 2 to Python 3: +- List all available language features that can be converted from Python 2 to Python 3: `2to3 --list-fixes` diff --git a/pages/common/adb.md b/pages/common/adb.md index d89ff948d1..7a29bb9e0a 100644 --- a/pages/common/adb.md +++ b/pages/common/adb.md @@ -28,6 +28,6 @@ `adb push {{path/to/local_file_or_directory}} {{path/to/device_destination_directory}}` -- Get a list of connected devices: +- List all connected devices: `adb devices` diff --git a/pages/common/adguardhome.md b/pages/common/adguardhome.md index 7bdd04b5ed..a2e77e179c 100644 --- a/pages/common/adguardhome.md +++ b/pages/common/adguardhome.md @@ -7,7 +7,7 @@ `AdGuardHome` -- Run AdGuard Home with a specific config: +- Specify a configuration file: `AdGuardHome --config {{path/to/AdGuardHome.yaml}}` diff --git a/pages/common/asciinema.md b/pages/common/asciinema.md index 1a52f4722d..663be43784 100644 --- a/pages/common/asciinema.md +++ b/pages/common/asciinema.md @@ -13,11 +13,11 @@ - Make a new recording and save it to a local file: -`asciinema rec {{path/to/file}}.cast` +`asciinema rec {{path/to/file.cast}}` - Replay a terminal recording from a local file: -`asciinema play {{path/to/file}}.cast` +`asciinema play {{path/to/file.cast}}` - Replay a terminal recording hosted on asciinema.org: @@ -29,8 +29,8 @@ - Print the full output of a locally saved recording: -`asciinema cat {{path/to/file}}.cast` +`asciinema cat {{path/to/file.cast}}` - Upload a locally saved terminal session to asciinema.org: -`asciinema upload {{path/to/file}}.cast` +`asciinema upload {{path/to/file.cast}}` diff --git a/pages/common/aws-backup.md b/pages/common/aws-backup.md index fce058982b..4679d6a406 100644 --- a/pages/common/aws-backup.md +++ b/pages/common/aws-backup.md @@ -15,7 +15,7 @@ `aws backup delete-backup-plan --backup-plan-id {{id}}` -- Return a list of all active backup plans for the current account: +- List all active backup plans for the current account: `aws backup list-backup-plans` diff --git a/pages/common/aws-cloud9.md b/pages/common/aws-cloud9.md index 1b139f1ab1..e7f70029ce 100644 --- a/pages/common/aws-cloud9.md +++ b/pages/common/aws-cloud9.md @@ -3,7 +3,7 @@ > Manage Cloud9 - a collection of tools to code, build, run, test, debug, and release software in the cloud. > More information: . -- Get a list of Cloud9 development environment identifiers: +- List all Cloud9 development environment identifiers: `aws cloud9 list-environments` diff --git a/pages/common/aws-lambda.md b/pages/common/aws-lambda.md index 9d384ba0e4..08fc329744 100644 --- a/pages/common/aws-lambda.md +++ b/pages/common/aws-lambda.md @@ -5,11 +5,11 @@ - Run a function: -`aws lambda invoke --function-name {{name}} {{path/to/response}}.json` +`aws lambda invoke --function-name {{name}} {{path/to/response.json}}` - Run a function with an input payload in JSON format: -`aws lambda invoke --function-name {{name}} --payload {{json}} {{path/to/response}}.json` +`aws lambda invoke --function-name {{name}} --payload {{json}} {{path/to/response.json}}` - List functions: diff --git a/pages/common/aws-s3.md b/pages/common/aws-s3.md index 9a4b6e2ac1..f15e5f360d 100644 --- a/pages/common/aws-s3.md +++ b/pages/common/aws-s3.md @@ -10,7 +10,7 @@ - Sync files and directories from local to bucket: -`aws s3 sync {{path/to/files}} s3://{{bucket_name}}` +`aws s3 sync {{path/to/file1 path/to/file2 ...}} s3://{{bucket_name}}` - Sync files and directories from bucket to local: @@ -18,7 +18,7 @@ - Sync files and directories with exclusions: -`aws s3 sync {{path/to/files}} s3://{{bucket_name}} --exclude {{path/to/file}} --exclude {{path/to/directory}}/*` +`aws s3 sync {{path/to/file1 path/to/file2 ...}} s3://{{bucket_name}} --exclude {{path/to/file}} --exclude {{path/to/directory}}/*` - Remove file from bucket: diff --git a/pages/common/az-account.md b/pages/common/az-account.md index bd70f446f4..756a1c3d16 100644 --- a/pages/common/az-account.md +++ b/pages/common/az-account.md @@ -4,7 +4,7 @@ > Part of `azure-cli` (also known as `az`). > More information: . -- Print a list of subscriptions for the logged in account: +- List all subscriptions for the logged in account: `az account list` diff --git a/pages/common/az-pipelines.md b/pages/common/az-pipelines.md index 7da526d317..a403f7a67b 100644 --- a/pages/common/az-pipelines.md +++ b/pages/common/az-pipelines.md @@ -28,6 +28,6 @@ `az pipelines update --org {{organization_url}} --project {{project_name}} --name {{pipeline_name}} --new-name {{pipeline_new_name}} --new-folder-path {{user1/production_pipelines}}` -- Get a list of agents in a pool: +- List all agents in a pool: `az pipelines agent list --org {{organization_url}} --pool-id {{agent_pool}}` diff --git a/pages/common/babel.md b/pages/common/babel.md index b37a7f4632..fe75c6968d 100644 --- a/pages/common/babel.md +++ b/pages/common/babel.md @@ -21,7 +21,7 @@ - Ignore specified comma-separated files in a directory: -`babel {{path/to/input_directory}} --ignore {{ignored_files}}` +`babel {{path/to/input_directory}} --ignore {{ignored_file1,ignored_file2,...}}` - Transpile and output as minified JavaScript: @@ -29,7 +29,7 @@ - Choose a set of presets for output formatting: -`babel {{path/to/input_file}} --presets {{presets}}` +`babel {{path/to/input_file}} --presets {{preset1,preset2,...}}` - Display help: diff --git a/pages/common/bat.md b/pages/common/bat.md index 5a45d5e6da..8c93cd30b3 100644 --- a/pages/common/bat.md +++ b/pages/common/bat.md @@ -4,17 +4,17 @@ > A `cat` clone with syntax highlighting and Git integration. > More information: . -- Print the contents of a file to `stdout`: +- Print the contents of one or more files to `stdout`: -`bat {{path/to/file}}` +`bat {{path/to/file1 path/to/file2 ...}}` - Concatenate several files into the target file: -`bat {{file1}} {{file2}} > {{target_file}}` +`bat {{path/to/file1 path/to/file2 ...}} > {{path/to/target_file}}` - Append several files into the target file: -`bat {{file1}} {{file2}} >> {{target_file}}` +`bat {{path/to/file1 path/to/file2 ...}} >> {{path/to/target_file}}` - Number all output lines: diff --git a/pages/common/bcomps.md b/pages/common/bcomps.md index d5435877bc..b6c33d37df 100644 --- a/pages/common/bcomps.md +++ b/pages/common/bcomps.md @@ -14,7 +14,7 @@ - Write each block and block-cutvertex tree to multiple numbered filenames based on `output.gv`: -`bcomps -x -o {{path/to/output.gv}} {{path/to/input1.gv}} {{path/to/input2.gv ...}}` +`bcomps -x -o {{path/to/output.gv}} {{path/to/input1.gv path/to/input2.gv ...}}` - Display help: diff --git a/pages/common/behat.md b/pages/common/behat.md index 2613e06a25..a39cb0d081 100644 --- a/pages/common/behat.md +++ b/pages/common/behat.md @@ -23,6 +23,6 @@ `behat --out {{path/to/file}}` -- Display a list of definitions in your test suites: +- List the definitions in your test suites: `behat --definitions` diff --git a/pages/common/bgpgrep.md b/pages/common/bgpgrep.md index ce6a4e0cd9..6b9883d3e0 100644 --- a/pages/common/bgpgrep.md +++ b/pages/common/bgpgrep.md @@ -4,26 +4,26 @@ > Can read files compressed with `gzip`, `bzip2` and `xz`. > More information: . -- Output all routes: +- List all routes: `bgpgrep {{master6.mrt}}` -- Output all routes received from a specific peer, determined by the peer's AS number: +- List routes received from a specific peer, determined by the peer's AS number: `bgpgrep {{master4.mrt}} -peer {{64498}}` -- Output all routes received from a specific peer, determined by the peer's IP address: +- List routes received from a specific peer, determined by the peer's IP address: `bgpgrep {{master4.mrt.bz2}} -peer {{2001:db8:dead:cafe:acd::19e}}` -- Output all routes which have certain ASNs in their AS path: +- List routes which have certain ASNs in their AS path: `bgpgrep {{master6.mrt.bz2}} -aspath '{{64498 64510}}'` -- Output all routes that lead to a specific address: +- List routes that lead to a specific address: `bgpgrep {{master6.mrt.bz2}} -supernet '{{2001:db8:dead:cafe:aef::5}}'` -- Output all routes that have communities from a specific AS: +- List routes that have communities from a specific AS: `bgpgrep {{master4.mrt}} -communities \( '{{64497}}:*' \)` diff --git a/pages/common/black.md b/pages/common/black.md index 3135b79a4e..5efb9e74ce 100644 --- a/pages/common/black.md +++ b/pages/common/black.md @@ -11,11 +11,11 @@ `black -c "{{code}}"` -- Output whether a file or a directory would have changes made to them if they were to be formatted: +- Show whether a file or a directory would have changes made to them if they were to be formatted: `black --check {{path/to/file_or_directory}}` -- Output changes that would be made to a file or a directory without performing them (dry-run): +- Show changes that would be made to a file or a directory without performing them (dry-run): `black --diff {{path/to/file_or_directory}}` diff --git a/pages/common/blender.md b/pages/common/blender.md index a1f7e189e0..88f8a274e7 100644 --- a/pages/common/blender.md +++ b/pages/common/blender.md @@ -6,27 +6,27 @@ - Render all frames of an animation in the background, without loading the UI (output is saved to `/tmp`): -`blender --background {{path/to/file}}.blend --render-anim` +`blender --background {{path/to/file.blend}} --render-anim` - Render an animation using a specific image naming pattern, in a path relative (`//`) to the .blend file: -`blender --background {{path/to/file}}.blend --render-output //{{render/frame_###.png}} --render-anim` +`blender --background {{path/to/file.blend}} --render-output //{{render/frame_###.png}} --render-anim` - Render the 10th frame of an animation as a single image, saved to an existing directory (absolute path): -`blender --background {{path/to/file}}.blend --render-output {{/path/to/output_directory}} --render-frame {{10}}` +`blender --background {{path/to/file.blend}} --render-output {{/path/to/output_directory}} --render-frame {{10}}` - Render the second last frame in an animation as a JPEG image, saved to an existing directory (relative path): -`blender --background {{path/to/file}}.blend --render-output //{{output_directory}} --render-frame {{JPEG}} --render-frame {{-2}}` +`blender --background {{path/to/file.blend}} --render-output //{{output_directory}} --render-frame {{JPEG}} --render-frame {{-2}}` - Render the animation of a specific scene, starting at frame 10 and ending at frame 500: -`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} --frame-end {{500}} --render-anim` +`blender --background {{path/to/file.blend}} --scene {{scene_name}} --frame-start {{10}} --frame-end {{500}} --render-anim` - Render an animation at a specific resolution, by passing a Python expression: -`blender --background {{path/to/file}}.blend --python-expr '{{import bpy; bpy.data.scenes[0].render.resolution_percentage = 25}}' --render-anim` +`blender --background {{path/to/file.blend}} --python-expr '{{import bpy; bpy.data.scenes[0].render.resolution_percentage = 25}}' --render-anim` - Start an interactive Blender session in the terminal with a Python console (do `import bpy` after starting): diff --git a/pages/common/brew-bundle.md b/pages/common/brew-bundle.md index fa4cbde783..fa79b897bb 100644 --- a/pages/common/brew-bundle.md +++ b/pages/common/brew-bundle.md @@ -23,6 +23,6 @@ `brew bundle check` -- Output a list of all entries in the Brewfile: +- List all entries in the Brewfile: `brew bundle list --all` diff --git a/pages/common/buzzphrase.md b/pages/common/buzzphrase.md index dc96c30744..1f91551b10 100644 --- a/pages/common/buzzphrase.md +++ b/pages/common/buzzphrase.md @@ -7,10 +7,10 @@ `buzzphrase` -- Output a phrase formatted as [i]mperative verb + past tense [v]erb + [a]djective + plural [N]oun: +- Print a phrase formatted as [i]mperative verb + past tense [v]erb + [a]djective + plural [N]oun: `buzzphrase {{'{i} {v} {a} {N}'}}` -- Output 4 phrases formatted as present participle [V]erb + [a]djective + singular [n]oun + [f]inal: +- Print `k` phrases formatted as present participle [V]erb + [a]djective + singular [n]oun + [f]inal: -`buzzphrase {{4 '{V} {a} {n} {f}'}}` +`buzzphrase {{k}} {{'{V} {a} {n} {f}'}}` diff --git a/pages/common/cake.md b/pages/common/cake.md index b95a9f6306..7aaab38b8d 100644 --- a/pages/common/cake.md +++ b/pages/common/cake.md @@ -7,7 +7,7 @@ `cake` -- Display a list of available routes: +- List available routes: `cake routes` diff --git a/pages/common/cdk.md b/pages/common/cdk.md index a8b7678ea5..c57798700c 100644 --- a/pages/common/cdk.md +++ b/pages/common/cdk.md @@ -11,13 +11,13 @@ `cdk synth {{stack_name}}` -- Deploy a space-separated list of stacks: +- Deploy one or more stacks: -`cdk deploy {{stack_name}}` +`cdk deploy {{stack_name1 stack_name2 ...}}` -- Destroy a space-separated list of stacks: +- Destroy one or more stacks: -`cdk destroy {{stack_name}}` +`cdk destroy {{stack_name1 stack_name2 ...}}` - Compare the specified stack with the deployed stack or a local CloudFormation template: @@ -25,7 +25,7 @@ - Create a new CDK project in the current directory for a specified language: -`cdk init -l {{language_name}}` +`cdk init -l {{language}}` - Open the CDK API reference in your browser: diff --git a/pages/common/clamav.md b/pages/common/clamav.md index c71256af3c..9bda3d1d31 100644 --- a/pages/common/clamav.md +++ b/pages/common/clamav.md @@ -4,14 +4,14 @@ > ClamAV isn't a command, but a set of commands. > More information: . -- Show the tldr page for scan files using the `clamd` daemon: +- View documentation for scanning files using the `clamd` daemon: `tldr clamdscan` -- Show the tldr page for scan files without the `clamd` daemon running: +- View documentation for scanning files without the `clamd` daemon running: `tldr clamscan` -- Show the tldr page for update the virus definitions: +- View documentation for updating the virus definitions: `tldr freshclam` diff --git a/pages/common/clamdscan.md b/pages/common/clamdscan.md index c175b64b87..a12e4586a2 100644 --- a/pages/common/clamdscan.md +++ b/pages/common/clamdscan.md @@ -15,7 +15,7 @@ `clamdscan --infected` -- Output the scan report to a log file: +- Print the scan report to a log file: `clamdscan --log {{path/to/log_file}}` diff --git a/pages/common/clamscan.md b/pages/common/clamscan.md index 469c966bb3..adeab561b3 100644 --- a/pages/common/clamscan.md +++ b/pages/common/clamscan.md @@ -23,7 +23,7 @@ `clamscan --infected` -- Output the scan report to a log file: +- Print the scan report to a log file: `clamscan --log {{path/to/log_file}}` diff --git a/pages/common/clockwork-cli.md b/pages/common/clockwork-cli.md index 81f56852d0..88e43b41ae 100644 --- a/pages/common/clockwork-cli.md +++ b/pages/common/clockwork-cli.md @@ -13,4 +13,4 @@ - Monitor Clockwork logs for multiple projects: -`clockwork-cli {{path/to/directory1 path/to/directory2 …}}` +`clockwork-cli {{path/to/directory1 path/to/directory2 ...}}` diff --git a/pages/common/codespell.md b/pages/common/codespell.md index b4be51b454..1b1f8e865e 100644 --- a/pages/common/codespell.md +++ b/pages/common/codespell.md @@ -25,7 +25,7 @@ - Do not check the specified words: -`codespell --ignore-words-list {{words,to,ignore}}` +`codespell --ignore-words-list {{ignored_word1,ignored_word2,...}}` - Print 3 lines of context around, before or after each match: diff --git a/pages/common/conda-install.md b/pages/common/conda-install.md index ee30a037cc..9eb5f90cb7 100644 --- a/pages/common/conda-install.md +++ b/pages/common/conda-install.md @@ -3,9 +3,9 @@ > Install packages into an existing conda environment. > More information: . -- Install a single package into the currently active conda environment: +- Install one or more package into the currently active conda environment: -`conda install {{package}}` +`conda install {{package1 package2 ...}}` - Install a single package into the currently active conda environment using channel conda-forge: @@ -15,10 +15,6 @@ `conda install -c conda-forge --override-channels {{package}}` -- Install multiple packages: - -`conda install {{package1 package2 ...}}` - - Install a specific version of a package: `conda install {{package}}={{version}}` diff --git a/pages/common/cotton.md b/pages/common/cotton.md index 67f27174f9..f20380eade 100644 --- a/pages/common/cotton.md +++ b/pages/common/cotton.md @@ -5,12 +5,12 @@ - Use a specific base URL: -`cotton -u {{base_url}} {{path/to/file}}.md` +`cotton -u {{base_url}} {{path/to/file.md}}` - Disable certificate verification (insecure mode): -`cotton -u {{base_url}} -i {{path/to/file}}.md` +`cotton -u {{base_url}} -i {{path/to/file.md}}` - Stop running when a test fails: -`cotton -u {{base_url}} -s {{path/to/file}}.md` +`cotton -u {{base_url}} -s {{path/to/file.md}}` diff --git a/pages/common/cpio.md b/pages/common/cpio.md index 5e1967c5c1..13f2ecd9d6 100644 --- a/pages/common/cpio.md +++ b/pages/common/cpio.md @@ -6,7 +6,7 @@ - Take a list of file names from `stdin` and add them [o]nto an archive in cpio's binary format: -`echo "{{file1}} {{file2}} {{file3}}" | cpio -o > {{archive.cpio}}` +`echo "{{path/to/file1 path/to/file2 ...}}" | cpio -o > {{archive.cpio}}` - Copy all files and directories in a directory and add them [o]nto an archive, in [v]erbose mode: diff --git a/pages/common/cryfs.md b/pages/common/cryfs.md index 024f30ce66..6b83d1fa2a 100644 --- a/pages/common/cryfs.md +++ b/pages/common/cryfs.md @@ -15,6 +15,6 @@ `cryfs --unmount-idle {{10}} {{path/to/cipher_dir}} {{path/to/mount_point}}` -- Show a list of supported ciphers: +- List supported ciphers: `cryfs --show-ciphers` diff --git a/pages/common/cs.md b/pages/common/cs.md index 7643be8cf1..059779d303 100644 --- a/pages/common/cs.md +++ b/pages/common/cs.md @@ -5,7 +5,7 @@ > Some subcommands such as `install`, `launch`, `java`, `fetch`, `resolve`, `complete-dep`, etc. have their own usage documentation. > More information: . -- Show a list of the installed applications: +- List installed applications: `cs list` diff --git a/pages/common/csslint.md b/pages/common/csslint.md index b7db9420a9..ecdff706e5 100644 --- a/pages/common/csslint.md +++ b/pages/common/csslint.md @@ -9,7 +9,7 @@ - Lint multiple CSS files: -`csslint {{file1.css}} {{file2.css}} {{file3.css}}` +`csslint {{file1.css file2.css ...}}` - List all possible style rules: diff --git a/pages/common/ctest.md b/pages/common/ctest.md index 7cfc73e570..ff5849c7e5 100644 --- a/pages/common/ctest.md +++ b/pages/common/ctest.md @@ -7,7 +7,7 @@ `ctest -j{{4}} --output-on-failure` -- Show a list of available tests: +- List available tests: `ctest -N` diff --git a/pages/common/diffstat.md b/pages/common/diffstat.md index 3172138fa2..6575d05778 100644 --- a/pages/common/diffstat.md +++ b/pages/common/diffstat.md @@ -5,8 +5,8 @@ - Display changes in a histogram: -`diff {{file1}} {{file2}} | diffstat` +`diff {{path/to/file1}} {{path/to/file2}} | diffstat` - Display inserted, deleted and modified changes as a table: -`diff {{file1}} {{file2}} | diffstat -t` +`diff {{path/to/file1}} {{path/to/file2}} | diffstat -t` diff --git a/pages/common/dirname.md b/pages/common/dirname.md index 79a2b3836d..206ed9f56f 100644 --- a/pages/common/dirname.md +++ b/pages/common/dirname.md @@ -9,8 +9,8 @@ - Calculate the parent directory of multiple paths: -`dirname {{path/to/file_a}} {{path/to/directory_b}}` +`dirname {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}` - Delimit output with a NUL character instead of a newline (useful when combining with `xargs`): -`dirname --zero {{path/to/directory_a}} {{path/to/file_b}}` +`dirname --zero {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}` diff --git a/pages/common/docker-network.md b/pages/common/docker-network.md index 1a5f924416..2ea97963ca 100644 --- a/pages/common/docker-network.md +++ b/pages/common/docker-network.md @@ -11,9 +11,9 @@ `docker network create --driver {{driver_name}} {{network_name}}` -- Display detailed information of a space-separated list of networks: +- Display detailed information about one or more networks: -`docker network inspect {{network_name}}` +`docker network inspect {{network_name1 network_name2 ...}}` - Connect a container to a network using a name or ID: @@ -27,6 +27,6 @@ `docker network prune` -- Remove a space-separated list of unused networks: +- Remove one or more unused networks: -`docker network rm {{network_name}}` +`docker network rm {{network_name1 network_name2 ...}}` diff --git a/pages/common/docker-service.md b/pages/common/docker-service.md index 02e8826c9c..05ced4e000 100644 --- a/pages/common/docker-service.md +++ b/pages/common/docker-service.md @@ -11,18 +11,18 @@ `docker service create --name {{service_name}} {{image}}:{{tag}}` -- Display detailed information of a space-separated list of services: +- Display detailed information about one or more services: -`docker service inspect {{service_name|ID}}` +`docker service inspect {{service_name_or_ID1 service_name_or_ID2}}` -- List the tasks of a space-separated list of services: +- List the tasks of one or more services: -`docker service ps {{service_name|ID}}` +`docker service ps {{service_name_or_ID1 service_name_or_ID2 ...}}` - Scale to a specific number of replicas for a space-separated list of services: `docker service scale {{service_name}}={{count_of_replicas}}` -- Remove a space-separated list of services: +- Remove one or more services: -`docker service rm {{service_name|ID}}` +`docker service rm {{service_name_or_ID1 service_name_or_ID2}}` diff --git a/pages/common/docker-start.md b/pages/common/docker-start.md index 764e0143da..8d8145b2d1 100644 --- a/pages/common/docker-start.md +++ b/pages/common/docker-start.md @@ -15,6 +15,6 @@ `docker start --attach {{container}}` -- Start one or more space-separated containers: +- Start one or more containers: `docker start {{container1 container2 ...}}` diff --git a/pages/common/docker-stats.md b/pages/common/docker-stats.md index bb9310c775..b8ae4f64a3 100644 --- a/pages/common/docker-stats.md +++ b/pages/common/docker-stats.md @@ -7,9 +7,9 @@ `docker stats` -- Display a live stream of statistics for a space-separated list of containers: +- Display a live stream of statistics for one or more containers: -`docker stats {{container_name}}` +`docker stats {{container1 container2 ...}}` - Change the columns format to display container's CPU usage percentage: diff --git a/pages/common/dust.md b/pages/common/dust.md index ebf41ceea3..713a189fa1 100644 --- a/pages/common/dust.md +++ b/pages/common/dust.md @@ -7,9 +7,9 @@ `dust` -- Display information for a space-separated list of directories: +- Display information about one or more directories: -`dust {{path/to/directory1}} {{path/to/directory2}}` +`dust {{path/to/directory1 path/to/directory2 ...}}` - Display 30 directories (defaults to 21): diff --git a/pages/common/dvc-diff.md b/pages/common/dvc-diff.md index 54048f4b5b..eee9a64832 100644 --- a/pages/common/dvc-diff.md +++ b/pages/common/dvc-diff.md @@ -9,7 +9,7 @@ - Compare the changes in DVC tracked files from 1 Git commit to another: -`dvc diff {{revision_b}} {{revision_a}}` +`dvc diff {{revision1}} {{revision2}}` - Compare DVC tracked files, along with their latest hash: diff --git a/pages/common/dvc-freeze.md b/pages/common/dvc-freeze.md index d29658dc3e..143a444bf6 100644 --- a/pages/common/dvc-freeze.md +++ b/pages/common/dvc-freeze.md @@ -5,6 +5,6 @@ > See also `dvs unfreeze`. > More information: . -- Freeze 1 or more specified stages: +- Freeze one or more specified stages: -`dvc freeze {{stage_name_a}} [{{stage_name_b}} ...]` +`dvc freeze {{stage_name1 stage_name2 ...}}` diff --git a/pages/common/dvc-unfreeze.md b/pages/common/dvc-unfreeze.md index 575a9900de..ab6d0ba54f 100644 --- a/pages/common/dvc-unfreeze.md +++ b/pages/common/dvc-unfreeze.md @@ -5,6 +5,6 @@ > See also `dvc freeze`. > More information: . -- Unfreeze 1 or more specified stages: +- Unfreeze one or more specified stages: -`dvc unfreeze {{stage_name_a}} [{{stage_name_b}} ...]` +`dvc unfreeze {{stage_name1 stage_name2 ...}}` diff --git a/pages/common/egrep.md b/pages/common/egrep.md index 9dcf883d6d..74407c222d 100644 --- a/pages/common/egrep.md +++ b/pages/common/egrep.md @@ -9,7 +9,7 @@ - Search for a pattern within multiple files: -`egrep "{{search_pattern}}" {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}` +`egrep "{{search_pattern}}" {{path/to/file1 path/to/file2 ...}}` - Search `stdin` for a pattern: diff --git a/pages/common/env.md b/pages/common/env.md index c5be8c7675..d9f8741735 100644 --- a/pages/common/env.md +++ b/pages/common/env.md @@ -23,6 +23,6 @@ `env {{variable}}={{value}} {{program}}` -- Set multiple variables and run a program: +- Set one or more variables and run a program: `env {{variable1}}={{value}} {{variable2}}={{value}} {{variable3}}={{value}} {{program}}` diff --git a/pages/common/erl.md b/pages/common/erl.md index 76961250d1..072d72a7ac 100644 --- a/pages/common/erl.md +++ b/pages/common/erl.md @@ -5,7 +5,7 @@ - Compile and run sequential Erlang program as a common script and then exit: -`erlc {{files}} && erl -noshell '{{mymodule:myfunction(arguments)}}, init:stop().'` +`erlc {{path/to/file1 path/to/file2 ...}} && erl -noshell '{{mymodule:myfunction(arguments)}}, init:stop().'` - Connect to a running Erlang node: @@ -13,4 +13,4 @@ - Tell the Erlang shell to load modules from a directory: -`erl -pa {{directory_with_beam_files}}` +`erl -pa {{path/to/directory_with_beam_files}}` diff --git a/pages/common/evil-winrm.md b/pages/common/evil-winrm.md index 1207f79d8f..26a86c66f0 100644 --- a/pages/common/evil-winrm.md +++ b/pages/common/evil-winrm.md @@ -24,7 +24,7 @@ `PS > upload {{path/to/local/file}} {{path/to/remote/file}}` -- Get a list of loaded PowerShell functions: +- List all loaded PowerShell functions: `PS > menu` diff --git a/pages/common/ffmpeg.md b/pages/common/ffmpeg.md index f2b711ecc0..f8d6ede142 100644 --- a/pages/common/ffmpeg.md +++ b/pages/common/ffmpeg.md @@ -5,7 +5,7 @@ - Extract the sound from a video and save it as MP3: -`ffmpeg -i {{path/to/video.mp4}} -vn {{path/to/sound}}.mp3` +`ffmpeg -i {{path/to/video.mp4}} -vn {{path/to/sound.mp3}}` - Save a video as GIF, scaling the height to 1000px and setting framerate to 15: diff --git a/pages/common/fgrep.md b/pages/common/fgrep.md index 0ffa8cc6ef..a353340cc1 100644 --- a/pages/common/fgrep.md +++ b/pages/common/fgrep.md @@ -8,9 +8,9 @@ `fgrep {{search_string}} {{path/to/file}}` -- Search only lines that match entirely in files: +- Search only lines that match entirely in one or more files: -`fgrep -x {{search_string}} {{path/to/file1}} {{path/to/file2}}` +`fgrep -x {{search_string}} {{path/to/file1 path/to/file2 ...}}` - Count the number of lines that match the given string in a file: @@ -26,4 +26,4 @@ - Display filenames whose content matches the search string at least once: -`fgrep -l {{search_string}} {{path/to/file1}} {{path/to/file2}}` +`fgrep -l {{search_string}} {{path/to/file1 path/to/file2 ...}}` diff --git a/pages/common/fossil-commit.md b/pages/common/fossil-commit.md index 5097ffecd3..08f7c69918 100644 --- a/pages/common/fossil-commit.md +++ b/pages/common/fossil-commit.md @@ -17,4 +17,4 @@ - Create a new version containing changes from the specified files; user will be prompted for a comment: -`fossil commit {{path/to/file1}} {{path/to/file2}}` +`fossil commit {{path/to/file1 path/to/file2 ...}}` diff --git a/pages/common/g++.md b/pages/common/g++.md index e76c6dc0c8..e175bf75f6 100644 --- a/pages/common/g++.md +++ b/pages/common/g++.md @@ -22,7 +22,7 @@ - Compile and link multiple source code files into an executable binary: -`g++ -c {{path/to/source_1.cpp path/to/source_2.cpp ...}} && g++ -o {{path/to/output_executable}} {{path/to/source_1.o path/to/source_2.o ...}}` +`g++ -c {{path/to/source1.cpp path/to/source2.cpp ...}} && g++ -o {{path/to/output_executable}} {{path/to/source1.o path/to/source2.o ...}}` - Optimize the compiled program for performance: diff --git a/pages/common/gcloud-components-install.md b/pages/common/gcloud-components-install.md index d865adc78d..7ee66b5c3d 100644 --- a/pages/common/gcloud-components-install.md +++ b/pages/common/gcloud-components-install.md @@ -8,13 +8,9 @@ `gcloud components list` -- Install a specific component (installs any dependencies as well): +- Install one or more components (installs any dependencies as well): -`gcloud components install {{component_id}}` - -- Install multiple specific components: - -`gcloud components install {{component_id1}} {{component_id2}}` +`gcloud components install {{component_id1 component_id2 ...}}` - Check the current version of Google Cloud CLI: diff --git a/pages/common/gh-gist.md b/pages/common/gh-gist.md index 88250a0ff0..e145835e9a 100644 --- a/pages/common/gh-gist.md +++ b/pages/common/gh-gist.md @@ -3,7 +3,7 @@ > Work with GitHub Gists. > More information: . -- Create a new Gist from a space-separated list of files: +- Create a new Gist from one or more files: `gh gist create {{path/to/file1 path/to/file2 ...}}` diff --git a/pages/common/ghci.md b/pages/common/ghci.md index 613811932c..ec57d674cb 100644 --- a/pages/common/ghci.md +++ b/pages/common/ghci.md @@ -21,4 +21,4 @@ - Start a REPL with a colon-separated list of directories for finding source files: -`ghci -i{{path/to/directory1}}:{{path/to/directory2}}` +`ghci -i{{path/to/directory1:path/to/directory2:...}}` diff --git a/pages/common/git-bulk.md b/pages/common/git-bulk.md index bd74e344b6..d1af4d1420 100644 --- a/pages/common/git-bulk.md +++ b/pages/common/git-bulk.md @@ -18,7 +18,7 @@ - Clone repositories from a newline-separated list of remote locations then register them as workspaces: -`git bulk --addworkspace {{workspace-name}} {{absolute/path/to/root/directory}} --from {{absolute/path/to/file}}` +`git bulk --addworkspace {{workspace-name}} {{/path/to/root/directory}} --from {{/path/to/file}}` - List all registered workspaces: diff --git a/pages/common/git-cherry-pick.md b/pages/common/git-cherry-pick.md index 5ba02aec8b..072bb7fd5d 100644 --- a/pages/common/git-cherry-pick.md +++ b/pages/common/git-cherry-pick.md @@ -14,7 +14,7 @@ - Apply multiple (non-sequential) commits to the current branch: -`git cherry-pick {{commit_1}} {{commit_2}}` +`git cherry-pick {{commit1 commit2 ...}}` - Add the changes of a commit to the working directory, without creating a commit: diff --git a/pages/common/git-delete-branch.md b/pages/common/git-delete-branch.md index 7bdf8b5112..424764f78f 100644 --- a/pages/common/git-delete-branch.md +++ b/pages/common/git-delete-branch.md @@ -4,10 +4,6 @@ > Part of `git-extras`. If deleting the checked out branch, only the remote branch will be deleted. > More information: . -- Delete a local and remote Git branch: - -`git delete-branch {{branch_name}}` - -- Delete multiple local and remote Git branches: +- Delete one or more local and remote Git branches: `git delete-branch {{branch_name1 branch_name2 ...}}` diff --git a/pages/common/git-merge-base.md b/pages/common/git-merge-base.md index a374d10d7c..d19bbd359c 100644 --- a/pages/common/git-merge-base.md +++ b/pages/common/git-merge-base.md @@ -7,7 +7,7 @@ `git merge-base {{commit_1}} {{commit_2}}` -- Output all best common ancestors of two commits: +- Print all best common ancestors of two commits: `git merge-base --all {{commit_1}} {{commit_2}}` diff --git a/pages/common/git-remote.md b/pages/common/git-remote.md index 6531892371..29ee5270e7 100644 --- a/pages/common/git-remote.md +++ b/pages/common/git-remote.md @@ -3,7 +3,7 @@ > Manage set of tracked repositories ("remotes"). > More information: . -- Show a list of existing remotes, their names and URL: +- List existing remotes with their names and URLs: `git remote -v` diff --git a/pages/common/git-show-branch.md b/pages/common/git-show-branch.md index 3404d60514..fb4c547a40 100644 --- a/pages/common/git-show-branch.md +++ b/pages/common/git-show-branch.md @@ -9,7 +9,7 @@ - Compare commits in the history of multiple commits or branches: -`git show-branch {{branch_name|ref|commit}}` +`git show-branch {{branch_name1|ref1|commit1 branch_name2|ref2|commit2 ...}}` - Compare all remote tracking branches: diff --git a/pages/common/glab-release.md b/pages/common/glab-release.md index 7efabc0bd4..db99a3f468 100644 --- a/pages/common/glab-release.md +++ b/pages/common/glab-release.md @@ -25,4 +25,4 @@ - Upload assets to a specific release: -`glab release upload {{tag}} {{path/to/file1}} {{path/to/file2}}` +`glab release upload {{tag}} {{path/to/file1 path/to/file2 ...}}` diff --git a/pages/common/gnmic-get.md b/pages/common/gnmic-get.md index 524041852a..583050fafa 100644 --- a/pages/common/gnmic-get.md +++ b/pages/common/gnmic-get.md @@ -9,11 +9,11 @@ - Query the device state at multiple paths: -`gnmic -a {{ip:port}} get --path {{path1}} --path {{path2}}` +`gnmic -a {{ip:port}} get --path {{path/to/file_or_directory1}} --path {{path/to/file_or_directory2}}` - Query the device state at multiple paths with a common prefix: -`gnmic -a {{ip:port}} get --prefix {{prefix}} --path {{path1}} --path {{path2}}` +`gnmic -a {{ip:port}} get --prefix {{prefix}} --path {{path/to/file_or_directory1}} --path {{path/to/file_or_directory2}}` - Query the device state and specify response encoding (json_ietf): diff --git a/pages/common/gnmic-set.md b/pages/common/gnmic-set.md index f2229eb4b8..6ac6b2f33f 100644 --- a/pages/common/gnmic-set.md +++ b/pages/common/gnmic-set.md @@ -7,11 +7,11 @@ `gnmic --address {{ip:port}} set --update-path {{path}} --update-value {{value}}` -- Update the value of a path to match the contents of a json file: +- Update the value of a path to match the contents of a JSON file: `gnmic -a {{ip:port}} set --update-path {{path}} --update-file {{filepath}}` -- Replace the value of a path to match the contents of a json file: +- Replace the value of a path to match the contents of a JSON file: `gnmic -a {{ip:port}} set --replace-path {{path}} --replace-file {{filepath}}` diff --git a/pages/common/go-doc.md b/pages/common/go-doc.md index d21a845873..f68f0dd2f2 100644 --- a/pages/common/go-doc.md +++ b/pages/common/go-doc.md @@ -1,9 +1,9 @@ # go doc -> Show documentation for a package or symbol. +> View documentation for a package or symbol. > More information: . -- Show documentation for the current package: +- View documentation for the current package: `go doc` diff --git a/pages/common/go-tool.md b/pages/common/go-tool.md index 2d1bad27d3..587197d3aa 100644 --- a/pages/common/go-tool.md +++ b/pages/common/go-tool.md @@ -16,6 +16,6 @@ `go tool -n {{command}} {{arguments}}` -- Display documentation for a specified tool: +- View documentation for a specified tool: `go tool {{command}} --help` diff --git a/pages/common/godoc.md b/pages/common/godoc.md index 1c99fd917d..644c733b92 100644 --- a/pages/common/godoc.md +++ b/pages/common/godoc.md @@ -1,6 +1,6 @@ # godoc -> Show documentation for go packages. +> View documentation for go packages. > More information: . - Display help for a specific package: diff --git a/pages/common/goimports.md b/pages/common/goimports.md index 37ff4f0f95..5660831177 100644 --- a/pages/common/goimports.md +++ b/pages/common/goimports.md @@ -5,16 +5,16 @@ - Display the completed import source file: -`goimports {{path/to/file}}.go` +`goimports {{path/to/file.go}}` - Write the result back to the source file instead of `stdout`: -`goimports -w {{path/to/file}}.go` +`goimports -w {{path/to/file.go}}` - Display diffs and write the result back to the source file: -`goimports -w -d {{path/to/file}}.go` +`goimports -w -d {{path/to/file.go}}` - Set the import prefix string after 3rd-party packages (comma-separated list): -`goimports -local {{path/to/package}} {{path/to/file}}.go` +`goimports -local {{path/to/package1,path/to/package2,...}} {{path/to/file.go}}` diff --git a/pages/common/goreload.md b/pages/common/goreload.md index b7c0b8adb5..4574108486 100644 --- a/pages/common/goreload.md +++ b/pages/common/goreload.md @@ -5,11 +5,11 @@ - Set the name of the binary file to watch (defaults to `.goreload`): -`goreload -b {{path/to/binary}} {{path/to/file}}.go` +`goreload -b {{path/to/binary}} {{path/to/file.go}}` - Set a custom log prefix (defaults to `goreload`): -`goreload --logPrefix {{prefix}} {{path/to/file}}.go` +`goreload --logPrefix {{prefix}} {{path/to/file.go}}` - Reload whenever any file changes: diff --git a/pages/common/grunt.md b/pages/common/grunt.md index 09d92a24ad..8b5567d1b8 100644 --- a/pages/common/grunt.md +++ b/pages/common/grunt.md @@ -7,9 +7,9 @@ `grunt` -- Run one or more specific space-separated task(s): +- Run one or more tasks: -`grunt {{task_name}}` +`grunt {{task1 task2 ...}}` - Specify an alternative configuration file: diff --git a/pages/common/hadolint.md b/pages/common/hadolint.md index 5da854ce1e..2508dc7399 100644 --- a/pages/common/hadolint.md +++ b/pages/common/hadolint.md @@ -21,4 +21,4 @@ - Lint multiple Dockerfiles using specific trusted registries: -`hadolint --trusted-registry {{docker.io}} --trusted-registry {{example.com}}:{{5000}} {{path/to/Dockerfile}} {{path/to/another/Dockerfile}}` +`hadolint --trusted-registry {{docker.io}} --trusted-registry {{example.com}}:{{5000}} {{path/to/Dockerfile1 path/to/Dockerfile2 ...}}` diff --git a/pages/common/hashid.md b/pages/common/hashid.md index 09deecb2b0..2ee5511eef 100644 --- a/pages/common/hashid.md +++ b/pages/common/hashid.md @@ -7,9 +7,9 @@ `hashid` -- Identify hashes passed as arguments (multiple hashes can be passed): +- Identify one or more hashes: -`hashid {{hash}}` +`hashid {{hash1 hash2 ...}}` - Identify hashes on a file (one hash per line): diff --git a/pages/common/hr.md b/pages/common/hr.md index 909972730c..1474700b29 100644 --- a/pages/common/hr.md +++ b/pages/common/hr.md @@ -13,4 +13,4 @@ - Print a multiline horizontal rule: -`hr {{string_a}} {{string_b}} {{string_c}}` +`hr {{string1 string2 ...}}` diff --git a/pages/common/idea.md b/pages/common/idea.md index 7ecdac2fc6..38bbe1ab5c 100644 --- a/pages/common/idea.md +++ b/pages/common/idea.md @@ -13,7 +13,7 @@ - Open the diff viewer to compare up to 3 files: -`idea diff {{path/to/file1}} {{path/to/file2}}` +`idea diff {{path/to/file1 path/to/file2 path/to/optional_file3}}` - Open the merge dialog to perform a two-way file merge: diff --git a/pages/common/img2pdf.md b/pages/common/img2pdf.md index 4b179d3684..7ffbfa26b9 100644 --- a/pages/common/img2pdf.md +++ b/pages/common/img2pdf.md @@ -3,9 +3,9 @@ > Command-line lossless converter of raster images to PDF. > More information: . -- Convert multiple images to a single PDF, each image being on its own page: +- Convert one or more images to a single PDF, each image being on its own page: -`img2pdf {{path/to/image1.jpg}} {{path/to/image2.jpg}} --output {{path/to/file.pdf}}` +`img2pdf {{path/to/image1.jpg path/to/image2.jpg ...}} --output {{path/to/file.pdf}}` - Convert only the first frame of a multi-frame image to PDF: diff --git a/pages/common/in-toto-record.md b/pages/common/in-toto-record.md index 52c606f988..176697e505 100644 --- a/pages/common/in-toto-record.md +++ b/pages/common/in-toto-record.md @@ -5,8 +5,8 @@ - Start the record (creates a preliminary link file): -`in-toto-record start -n {{edit-files}} -k {{path/to/key_file}} -m {{.}}` +`in-toto-record start -n {{path/to/edit_file1 path/to/edit_file2 ...}} -k {{path/to/key_file}} -m {{.}}` - Stop the record (expects a preliminary link file): -`in-toto-record stop -n {{edit-files}} -k {{path/to/key_file}} -p {{.}}` +`in-toto-record stop -n {{path/to/edit_file1 path/to/edit_file2 ...}} -k {{path/to/key_file}} -p {{.}}` diff --git a/pages/common/inkview.md b/pages/common/inkview.md index 5efeae898b..fbb738a9c1 100644 --- a/pages/common/inkview.md +++ b/pages/common/inkview.md @@ -10,4 +10,4 @@ - Preview multiple SVGs (use arrow keys to navigate): -`inkview {{path/to/file_a.svg}} {{path/to/file_b.svg}} {{path/to/file_c.svg}}` +`inkview {{path/to/file1.svg path/to/file2.svg ...}}` diff --git a/pages/common/ivpn.md b/pages/common/ivpn.md index 2e8a0fc184..6a919f9b98 100644 --- a/pages/common/ivpn.md +++ b/pages/common/ivpn.md @@ -7,6 +7,6 @@ `ivpn status` -- Print a list of available servers to connect to: +- List available servers to connect to: `ivpn servers` diff --git a/pages/common/javac.md b/pages/common/javac.md index 0644d893e7..863229fc81 100644 --- a/pages/common/javac.md +++ b/pages/common/javac.md @@ -9,7 +9,7 @@ - Compile several `.java` files: -`javac {{path/to/file1.java}} {{path/to/file2.java}} {{path/to/file3.java}}` +`javac {{path/to/file1.java path/to/file2.java ...}}` - Compile all `.java` files in current directory: diff --git a/pages/common/javap.md b/pages/common/javap.md index 0e8dfb6ce7..c269114ba1 100644 --- a/pages/common/javap.md +++ b/pages/common/javap.md @@ -1,13 +1,9 @@ # javap -> Disassemble one or more class files and list them. +> Disassemble class files and list them. > More information: . -- Disassemble and list a `.class` file: - -`javap {{path/to/file.class}}` - -- Disassemble and list multiple `.class` files: +- Disassemble and list one or more `.class` files: `javap {{path/to/file1.class path/to/file2.class ...}}` diff --git a/pages/common/jello.md b/pages/common/jello.md index fc88b351e9..a40dc2de18 100644 --- a/pages/common/jello.md +++ b/pages/common/jello.md @@ -23,9 +23,9 @@ `cat {{file.json}} | jello '[i.{{key_name}} for i in _]'` -- Output the value of multiple keys as a new JSON object (assuming the input JSON has the keys `key_name` and `other_key_name`): +- Output the value of multiple keys as a new JSON object (assuming the input JSON has the keys `key_name1` and `key_name2`): -`cat {{file.json}} | jello '{"{{my_new_key}}": _.{{key_name}}, "{{my_other_key}}": _.{{other_key_name}}}'` +`cat {{file.json}} | jello '{"{{key1}}": _.{{key_name1}}, "{{key_name}}": _.{{key_name2}}}'` - Output the value of a given key to a string (and disable JSON output): diff --git a/pages/common/jest.md b/pages/common/jest.md index 2725617695..3cfadbfbb4 100644 --- a/pages/common/jest.md +++ b/pages/common/jest.md @@ -9,7 +9,7 @@ - Run the test suites from the given files: -`jest {{path/to/file1}} {{path/to/file2}}` +`jest {{path/to/file1 path/to/file2 ...}}` - Run the test suites from files within the current and subdirectories, whose paths match the given regular expression: diff --git a/pages/common/jmeter.md b/pages/common/jmeter.md index b1a5e9b05c..d9bffdf0de 100644 --- a/pages/common/jmeter.md +++ b/pages/common/jmeter.md @@ -5,16 +5,16 @@ - Run a specific test plan in nongui mode: -`jmeter --nongui --testfile {{path/to/file}}.jmx` +`jmeter --nongui --testfile {{path/to/file.jmx}}` - Run a test plan in nongui mode using a specific log file: -`jmeter --nogui --testfile {{path/to/file}}.jmx --logfile {{path/to/logfile}}.jtl` +`jmeter --nogui --testfile {{path/to/file.jmx}} --logfile {{path/to/logfile.jtl}}` - Run a test plan in nongui mode using a specific proxy: -`jmeter --nongui --testfile {{path/to/file}}.jmx --proxyHost {{127.0.0.1}} --proxyPort {{8888}}` +`jmeter --nongui --testfile {{path/to/file.jmx}} --proxyHost {{127.0.0.1}} --proxyPort {{8888}}` - Run a test plan in nongui mode using a specific JMeter property: -`jmeter --jmeterproperty {{key}}='{{value}}' --nongui --testfile {{path/to/file}}.jmx` +`jmeter --jmeterproperty {{key}}='{{value}}' --nongui --testfile {{path/to/file.jmx}}` diff --git a/pages/common/john.md b/pages/common/john.md index 433a43bf8e..b60d9332f0 100644 --- a/pages/common/john.md +++ b/pages/common/john.md @@ -13,7 +13,7 @@ - Display users' cracked passwords by user identifier from multiple files: -`john --show --users={{user_ids}} {{path/to/hashes*}} {{path/to/other/hashes*}}` +`john --show --users={{user_ids}} {{path/to/hashes1.txt path/to/hashes2.txt ...}}` - Crack password hashes, using a custom wordlist: diff --git a/pages/common/join.md b/pages/common/join.md index 5aff770353..e632f16827 100644 --- a/pages/common/join.md +++ b/pages/common/join.md @@ -5,19 +5,19 @@ - Join two files on the first (default) field: -`join {{file1}} {{file2}}` +`join {{path/to/file1}} {{path/to/file2}}` - Join two files using a comma (instead of a space) as the field separator: -`join -t {{','}} {{file1}} {{file2}}` +`join -t {{','}} {{path/to/file1}} {{path/to/file2}}` - Join field3 of file1 with field1 of file2: -`join -1 {{3}} -2 {{1}} {{file1}} {{file2}}` +`join -1 {{3}} -2 {{1}} {{path/to/file1}} {{path/to/file2}}` - Produce a line for each unpairable line for file1: -`join -a {{1}} {{file1}} {{file2}}` +`join -a {{1}} {{path/to/file1}} {{path/to/file2}}` - Join a file from `stdin`: diff --git a/pages/common/kdenlive.md b/pages/common/kdenlive.md index 3c7cd6cef3..3b1b0db308 100644 --- a/pages/common/kdenlive.md +++ b/pages/common/kdenlive.md @@ -9,7 +9,7 @@ - Open a specific file: -`kdenlive {{path/to/file}}.kdenlive` +`kdenlive {{path/to/file.kdenlive}}` - Set a specific path for an MLT environment: diff --git a/pages/common/kube-capacity.md b/pages/common/kube-capacity.md index 7e2e2db13c..adadb7c6c2 100644 --- a/pages/common/kube-capacity.md +++ b/pages/common/kube-capacity.md @@ -4,7 +4,7 @@ > Combine the best parts of `kubectl top` and `kubectl describe` into a CLI focused on cluster resources. > More information: . -- Output a list of nodes with the total CPU and Memory resource requests and limits: +- List nodes including the total CPU and Memory resource requests and limits: `kube-capacity` diff --git a/pages/common/lebab.md b/pages/common/lebab.md index 66fbcb16ea..1d76b9d0da 100644 --- a/pages/common/lebab.md +++ b/pages/common/lebab.md @@ -6,7 +6,7 @@ - Transpile using one or more comma-separated transformations: -`lebab --transform {{transformation}}` +`lebab --transform {{transformation1,transformation2,...}}` - Transpile a file to `stdout`: diff --git a/pages/common/linode-cli-events.md b/pages/common/linode-cli-events.md index 7be4b01e71..8248c29f3a 100644 --- a/pages/common/linode-cli-events.md +++ b/pages/common/linode-cli-events.md @@ -4,7 +4,7 @@ > See also: `linode-cli`. > More information: . -- View a list of events on your account: +- List the events on your account: `linode-cli events list` diff --git a/pages/common/lpstat.md b/pages/common/lpstat.md index d11e85ddda..c6d2de20cb 100644 --- a/pages/common/lpstat.md +++ b/pages/common/lpstat.md @@ -15,6 +15,6 @@ `lpstat -t` -- Show a list of print jobs queued by a specific user: +- List print jobs queued by a specific user: `lpstat -u {{user}}` diff --git a/pages/common/lzop.md b/pages/common/lzop.md index 22fb18aedd..8fcdb7887a 100644 --- a/pages/common/lzop.md +++ b/pages/common/lzop.md @@ -9,7 +9,7 @@ - Decompress a file: -`lzop -d {{path/to/file}}.lzo` +`lzop -d {{path/to/file.lzo}}` - Compress a file, while specifying the compression level. 0 = Worst, 9 = Best (Default level is 3): diff --git a/pages/common/magento.md b/pages/common/magento.md index 4ac670f30a..cfc9c3ef99 100644 --- a/pages/common/magento.md +++ b/pages/common/magento.md @@ -3,13 +3,13 @@ > Manage the Magento PHP framework. > More information: . -- Enable one or more space-separated modules: +- Enable one or more modules: -`magento module:enable {{module(s)}}` +`magento module:enable {{module1 module2 ...}}` -- Disable one or more space-separated modules: +- Disable one or more modules: -`magento module:disable {{module(s)}}` +`magento module:disable {{module1 module2 ...}}` - Update the database after enabling modules: diff --git a/pages/common/mediainfo.md b/pages/common/mediainfo.md index d0d478b682..55a555f930 100644 --- a/pages/common/mediainfo.md +++ b/pages/common/mediainfo.md @@ -11,6 +11,6 @@ `mediainfo --Logfile={{out.txt}} {{file}}` -- Display the list of metadata attributes that can be extracted: +- List metadata attributes that can be extracted: `mediainfo --Info-Parameters` diff --git a/pages/common/monodis.md b/pages/common/monodis.md index e27b64a38c..00a4e7e20f 100644 --- a/pages/common/monodis.md +++ b/pages/common/monodis.md @@ -23,7 +23,7 @@ `monodis --method {{path/to/assembly.exe}}` -- Show a list of resources embedded within an assembly: +- List resources embedded within an assembly: `monodis --manifest {{path/to/assembly.dll}}` diff --git a/pages/common/most.md b/pages/common/most.md index 90a62f9dd0..bb88bd6292 100644 --- a/pages/common/most.md +++ b/pages/common/most.md @@ -9,7 +9,7 @@ - Open several files: -`most {{path/to/file1}} {{path/to/file2}}` +`most {{path/to/file1 path/to/file2 ...}}` - Open a file at the first occurrence of "string": diff --git a/pages/common/multitail.md b/pages/common/multitail.md index 205ec92f3a..de37584b62 100644 --- a/pages/common/multitail.md +++ b/pages/common/multitail.md @@ -17,4 +17,4 @@ - Show 5 logfiles while merging 2 and put them in 2 columns with only one in the left column: -`multitail -s 2 -sn 1,3 {{mergefile}} -I {{file1}} {{file2}} {{file3}} {{file4}}` +`multitail -s 2 -sn 1,3 {{path/to/mergefile}} -I {{path/to/file1}} {{path/to/file2}} {{path/to/file3}} {{path/to/file4}}` diff --git a/pages/common/newsboat.md b/pages/common/newsboat.md index ab685967e5..1a947c8d96 100644 --- a/pages/common/newsboat.md +++ b/pages/common/newsboat.md @@ -15,7 +15,7 @@ `newsboat -r` -- Execute a space-separated list of commands in non-interactive mode: +- Execute one or more commands in non-interactive mode: `newsboat -x {{reload print-unread ...}}` diff --git a/pages/common/nth.md b/pages/common/nth.md index 9f11b9f477..b18a2e807b 100644 --- a/pages/common/nth.md +++ b/pages/common/nth.md @@ -11,7 +11,7 @@ `nth -f {{path/to/hashes}}` -- Output in json format: +- Print in JSON format: `nth -t {{5f4dcc3b5aa765d61d8327deb882cf99}} -g` diff --git a/pages/common/ogr2ogr.md b/pages/common/ogr2ogr.md index 5d7c8a129b..fcec9af211 100644 --- a/pages/common/ogr2ogr.md +++ b/pages/common/ogr2ogr.md @@ -5,7 +5,7 @@ - Convert a Shapefile into a GeoPackage: -`ogr2ogr -f GPKG {{path/to/output}}.gpkg {{path/to/input}}.shp` +`ogr2ogr -f GPKG {{path/to/output.gpkg}} {{path/to/input.shp}}` - Reduce a GeoJSON to features matching a condition: @@ -13,16 +13,16 @@ - Change coordinate reference system of a GeoPackage from `EPSG:4326` to `EPSG:3857`: -`ogr2ogr -s_srs {{EPSG:4326}} -t_srs {{EPSG:3857}} -f GPKG {{path/to/output}}.gpkg {{path/to/input}}.gpkg` +`ogr2ogr -s_srs {{EPSG:4326}} -t_srs {{EPSG:3857}} -f GPKG {{path/to/output.gpkg}} {{path/to/input.gpkg}}` - Convert a CSV file into a GeoPackage, specifying the names of the coordinate columns and assigning a coordinate reference system: -`ogr2ogr -f GPKG {{path/to/output}}.gpkg {{path/to/input}}.csv -oo X_POSSIBLE_NAMES={{longitude}} -oo Y_POSSIBLE_NAMES={{latitude}} -a_srs {{EPSG:4326}}` +`ogr2ogr -f GPKG {{path/to/output.gpkg}} {{path/to/input.csv}} -oo X_POSSIBLE_NAMES={{longitude}} -oo Y_POSSIBLE_NAMES={{latitude}} -a_srs {{EPSG:4326}}` - Load a GeoPackage into a PostGIS database: -`ogr2ogr -f PostgreSQL PG:dbname="{{database_name}}" {{path/to/input}}.gpkg` +`ogr2ogr -f PostgreSQL PG:dbname="{{database_name}}" {{path/to/input.gpkg}}` - Clip layers of a GeoPackage file to the given bounding box: -`ogr2ogr -spat {{min_x}} {{min_y}} {{max_x}} {{max_y}} -f GPKG {{path/to/output}}.gpkg {{path/to/input}}.gpkg` +`ogr2ogr -spat {{min_x}} {{min_y}} {{max_x}} {{max_y}} -f GPKG {{path/to/output.gpkg}} {{path/to/input.gpkg}}` diff --git a/pages/common/opusenc.md b/pages/common/opusenc.md index 4850b6f7b5..c54ff9cb6a 100644 --- a/pages/common/opusenc.md +++ b/pages/common/opusenc.md @@ -5,16 +5,16 @@ - Convert WAV to Opus using default options: -`opusenc {{path/to/input.wav}} {{path/to/output}}.opus` +`opusenc {{path/to/input.wav}} {{path/to/output.opus}}` - Convert stereo audio at the highest quality level: -`opusenc --bitrate {{512}} {{path/to/input.wav}} {{path/to/output}}.opus` +`opusenc --bitrate {{512}} {{path/to/input.wav}} {{path/to/output.opus}}` - Convert 5.1 surround sound audio at the highest quality level: -`opusenc --bitrate {{1536}} {{path/to/input.flac}} {{path/to/output}}.opus` +`opusenc --bitrate {{1536}} {{path/to/input.flac}} {{path/to/output.opus}}` - Convert speech audio at the lowest quality level: -`opusenc {{path/to/input.wav}} --downmix-mono --bitrate {{6}} {{path/to/out}}.opus` +`opusenc {{path/to/input.wav}} --downmix-mono --bitrate {{6}} {{path/to/out.opus}}` diff --git a/pages/common/parallel.md b/pages/common/parallel.md index 58018b607e..63708ba13e 100644 --- a/pages/common/parallel.md +++ b/pages/common/parallel.md @@ -5,7 +5,7 @@ - Gzip several files at once, using all cores: -`parallel gzip ::: {{file1}} {{file2}} {{file3}}` +`parallel gzip ::: {{path/to/file1 path/to/file2 ...}}` - Read arguments from `stdin`, run 4 jobs at once: diff --git a/pages/common/pastel.md b/pages/common/pastel.md index 5106113085..c97160256f 100644 --- a/pages/common/pastel.md +++ b/pages/common/pastel.md @@ -19,6 +19,6 @@ `pastel distinct {{8}}` -- Get a list of all X11/CSS color names: +- List all X11/CSS color names: `pastel list` diff --git a/pages/common/pax.md b/pages/common/pax.md index 4a75f8b9fa..ff1ac7cab7 100644 --- a/pages/common/pax.md +++ b/pages/common/pax.md @@ -13,11 +13,11 @@ - Create an archive from files: -`pax -wf {{target.tar}} {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}` +`pax -wf {{target.tar}} {{path/to/file1 path/to/file2 ...}}` - Create an archive from files, using output redirection: -`pax -w {{path/to/file1}} {{path/to/file2}} {{path/to/file3}} > {{target.tar}}` +`pax -w {{path/to/file1 path/to/file2 ...}} > {{target.tar}}` - Extract an archive into the current directory: @@ -25,4 +25,4 @@ - Copy to a directory, while keeping the original metadata; `target/` must exist: -`pax -rw {{path/to/file1}} {{path/to/directory1}} {{path/to/directory2}} {{target/}}` +`pax -rw {{path/to/file1}} {{path/to/directory1 path/to/directory2 ...}} {{target/}}` diff --git a/pages/common/peerindex.md b/pages/common/peerindex.md index d6de0f5dd2..5c425f73f5 100644 --- a/pages/common/peerindex.md +++ b/pages/common/peerindex.md @@ -4,7 +4,7 @@ > Can read files compressed with `gzip`, `bzip2` and `xz`. > More information: . -- Output all peers: +- List all peers: `peerindex {{master6.mrt}}` diff --git a/pages/common/php.md b/pages/common/php.md index 9c9cee5ad0..27b153c5ff 100644 --- a/pages/common/php.md +++ b/pages/common/php.md @@ -23,7 +23,7 @@ `php -S {{host:port}}` -- Get a list of installed PHP extensions: +- List installed PHP extensions: `php -m` diff --git a/pages/common/phpcbf.md b/pages/common/phpcbf.md index 31fc028432..f684fa81ec 100644 --- a/pages/common/phpcbf.md +++ b/pages/common/phpcbf.md @@ -17,11 +17,11 @@ - Specify comma-separated file extensions to include when sniffing: -`phpcbf {{path/to/directory}} --extensions {{file_extension(s)}}` +`phpcbf {{path/to/directory}} --extensions {{file_extension1,file_extension2,...}}` - A comma-separated list of files to load before processing: -`phpcbf {{path/to/directory}} --bootstrap {{file(s)}}` +`phpcbf {{path/to/directory}} --bootstrap {{path/to/file1,path/to/file2,...)}}` - Don't recurse into subdirectories: diff --git a/pages/common/phpcs.md b/pages/common/phpcs.md index 76db916a30..7479f2e745 100644 --- a/pages/common/phpcs.md +++ b/pages/common/phpcs.md @@ -17,7 +17,7 @@ - Specify comma-separated file extensions to include when sniffing: -`phpcs {{path/to/directory}} --extensions {{file_extension(s)}}` +`phpcs {{path/to/directory}} --extensions {{file_extension1,file_extension2,...}}` - Specify the format of the output report (e.g. `full`, `xml`, `json`, `summary`): @@ -29,7 +29,7 @@ - A comma-separated list of files to load before processing: -`phpcs {{path/to/directory}} --bootstrap {{file(s)}}` +`phpcs {{path/to/directory}} --bootstrap {{path/to/file1,path/to/file2,...}}` - Don't recurse into subdirectories: diff --git a/pages/common/phploc.md b/pages/common/phploc.md index 107c2c72fe..f17684fb13 100644 --- a/pages/common/phploc.md +++ b/pages/common/phploc.md @@ -9,11 +9,11 @@ - Include only specific files from a comma-separated list (globs are allowed): -`phploc {{path/to/directory}} --names {{files}}` +`phploc {{path/to/directory}} --names '{{path/to/file1,path/to/file2,...}}'` - Exclude specific files from a comma-separated list (globs are allowed): -`phploc {{path/to/directory}} --names-exclude {{files}}` +`phploc {{path/to/directory}} --names-exclude '{{path/to/file1,path/to/file2,...}}'` - Exclude a specific directory from analysis: diff --git a/pages/common/phpmd.md b/pages/common/phpmd.md index 524c6c74a0..08ccc5a858 100644 --- a/pages/common/phpmd.md +++ b/pages/common/phpmd.md @@ -9,24 +9,24 @@ - Scan a file or directory for problems using comma-separated rulesets: -`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{rulesets}}` +`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{ruleset1,ruleset2,...}}` - Specify the minimum priority threshold for rules: -`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{rulesets}} --minimumpriority {{priority}}` +`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{ruleset1,ruleset2,...}} --minimumpriority {{priority}}` - Include only the specified extensions in analysis: -`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{rulesets}} --suffixes {{extensions}}` +`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{ruleset1,ruleset2,...}} --suffixes {{extensions}}` - Exclude the specified comma-separated directories: -`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{rulesets}} --exclude {{directory_patterns}}` +`phpmd {{path/to/file_or_directory1,path/to/file_or_directory2,...}} {{xml|text|html}} {{ruleset1,ruleset2,...}} --exclude {{directory_patterns}}` - Output the results to a file instead of `stdout`: -`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{rulesets}} --reportfile {{path/to/report_file}}` +`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{ruleset1,ruleset2,...}} --reportfile {{path/to/report_file}}` - Ignore the use of warning-suppressive PHPDoc comments: -`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{rulesets}} --strict` +`phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{ruleset1,ruleset2,...}} --strict` diff --git a/pages/common/phpstan.md b/pages/common/phpstan.md index aa523bcfe0..8766bc15e4 100644 --- a/pages/common/phpstan.md +++ b/pages/common/phpstan.md @@ -3,9 +3,9 @@ > A PHP static analysis tool to discover bugs in code. > More information: . -- Analyze the specified space-separated directories: +- Analyze one or more directories: -`phpstan analyse {{path/to/directory}}` +`phpstan analyse {{path/to/directory1 path/to/directory2 ...}}` - Analyze a directory using a configuration file: diff --git a/pages/common/pigz.md b/pages/common/pigz.md index a981d72a48..b7a20a6cc4 100644 --- a/pages/common/pigz.md +++ b/pages/common/pigz.md @@ -17,7 +17,7 @@ - Compress a directory using tar: -`tar cf - {{path/to/directory}} | pigz > {{path/to/file}}.tar.gz` +`tar cf - {{path/to/directory}} | pigz > {{path/to/file.tar.gz}}` - Decompress a file: diff --git a/pages/common/pixiecore.md b/pages/common/pixiecore.md index 61581af225..f3d5b95d9a 100644 --- a/pages/common/pixiecore.md +++ b/pages/common/pixiecore.md @@ -11,6 +11,6 @@ `pixiecore {{quick}} ubuntu --dhcp-no-bind` -- Get a list of all available boot images for quick mode: +- List all available boot images for quick mode: `pixiecore quick --help` diff --git a/pages/common/play.md b/pages/common/play.md index 2bcaa1ee98..6fc5d27443 100644 --- a/pages/common/play.md +++ b/pages/common/play.md @@ -6,16 +6,16 @@ - Play the given audio file: -`play {{audiofile}}` +`play {{path/to/audio_file}}` - Play the given audio files: -`play {{audiofile1}} {{audiofile2}}` +`play {{path/to/audio_file1 path/to/audio_file2 ...}}` - Play the given audio at twice the speed: -`play {{audiofile}} speed 2.0` +`play {{path/to/audio_file}} speed 2.0` - Play the given audio in reverse: -`play {{audiofile}} reverse` +`play {{path/to/audio_file}} reverse` diff --git a/pages/common/pr.md b/pages/common/pr.md index 58c257d3da..5014b29cf5 100644 --- a/pages/common/pr.md +++ b/pages/common/pr.md @@ -5,24 +5,24 @@ - Print multiple files with a default header and footer: -`pr {{file1}} {{file2}} {{file3}}` +`pr {{path/to/file1 path/to/file2 ...}}` - Print with a custom centered header: -`pr -h "{{header}}" {{file1}} {{file2}} {{file3}}` +`pr -h "{{header}}" {{path/to/file1 path/to/file2 ...}}` - Print with numbered lines and a custom date format: -`pr -n -D "{{format}}" {{file1}} {{file2}} {{file3}}` +`pr -n -D "{{format}}" {{path/to/file1 path/to/file2 ...}}` - Print all files together, one in each column, without a header or footer: -`pr -m -T {{file1}} {{file2}} {{file3}}` +`pr -m -T {{path/to/file1 path/to/file2 ...}}` - Print, beginning at page 2 up to page 5, with a given page length (including header and footer): -`pr +{{2}}:{{5}} -l {{page_length}} {{file1}} {{file2}} {{file3}}` +`pr +{{2}}:{{5}} -l {{page_length}} {{path/to/file1 path/to/file2 ...}}` - Print with an offset for each line and a truncating custom page width: -`pr -o {{offset}} -W {{width}} {{file1}} {{file2}} {{file3}}` +`pr -o {{offset}} -W {{width}} {{path/to/file1 path/to/file2 ...}}` diff --git a/pages/common/ptargrep.md b/pages/common/ptargrep.md index 7b5fc06b9e..25826a35d4 100644 --- a/pages/common/ptargrep.md +++ b/pages/common/ptargrep.md @@ -3,13 +3,9 @@ > Find regular expression patterns in tar archive files. > More information: . -- Search for a pattern within a `tar` archive: +- Search for a pattern within one or more `tar` archives: -`ptargrep "{{search_pattern}}" {{path/to/file}}` - -- Search for a pattern within multiple files: - -`ptargrep "{{search_pattern}}" {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}` +`ptargrep "{{search_pattern}}" {{path/to/file1 path/to/file2 ...}}` - Extract to the current directory using the basename of the file from the archive: diff --git a/pages/common/pycodestyle.md b/pages/common/pycodestyle.md index 1a4264b0c9..f8d9e12207 100644 --- a/pages/common/pycodestyle.md +++ b/pages/common/pycodestyle.md @@ -9,7 +9,7 @@ - Check the style of multiple files: -`pycodestyle {{file1.py}} {{file2.py}} {{file3.py}}` +`pycodestyle {{file1.py file2.py ...}}` - Show only the first occurrence of an error: diff --git a/pages/common/pyflakes.md b/pages/common/pyflakes.md index 6f7f41c612..2636a3e65f 100644 --- a/pages/common/pyflakes.md +++ b/pages/common/pyflakes.md @@ -5,7 +5,7 @@ - Check a single Python file: -`pyflakes check {{path/to/file}}.py` +`pyflakes check {{path/to/file.py}}` - Check Python files in a specific directory: diff --git a/pages/common/qpdf.md b/pages/common/qpdf.md index d3d229b8f3..d4bf6c26d1 100644 --- a/pages/common/qpdf.md +++ b/pages/common/qpdf.md @@ -5,24 +5,24 @@ - Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one: -`qpdf --empty --pages {{input.pdf}} {{1-3,5,6-10}} -- {{output.pdf}}` +`qpdf --empty --pages {{path/to/input.pdf}} {{1-3,5,6-10}} -- {{path/to/output.pdf}}` -- Merge (concatenate) all the pages of a list of PDF files and save the result as a new PDF: +- Merge (concatenate) all the pages of multiple PDF files and save the result as a new PDF: -`qpdf --empty --pages {{file1.pdf}} {{file2.pdf}} {{file3.pdf}} -- {{output.pdf}}` +`qpdf --empty --pages {{path/to/file1.pdf file2.pdf ...}} -- {{path/to/output.pdf}}` - Merge (concatenate) given pages from a list of PDF files and save the result as a new PDF: -`qpdf --empty --pages {{file1.pdf}} {{1,6-8}} {{file2.pdf}} {{3,4,5}} -- {{output.pdf}}` +`qpdf --empty --pages {{path/to/file1.pdf}} {{1,6-8}} {{path/to/file2.pdf}} {{3,4,5}} -- {{path/to/output.pdf}}` -- Write each group of n pages to a separate output file with a given filename pattern: +- Write each group of `n` pages to a separate output file with a given filename pattern: -`qpdf --split-pages=n {{input.pdf}} {{out_%d.pdf}}` +`qpdf --split-pages={{n}} {{path/to/input.pdf}} {{path/to/out_%d.pdf}}` - Rotate certain pages of a PDF with a given angle: -`qpdf --rotate={{90:2,4,6}} --rotate={{180:7-8}} {{input.pdf}} {{output.pdf}}` +`qpdf --rotate={{90:2,4,6}} --rotate={{180:7-8}} {{path/to/input.pdf}} {{path/to/output.pdf}}` - Remove the password from a password-protected file: -`qpdf --password={{password}} --decrypt {{input.pdf}} {{output.pdf}}` +`qpdf --password={{password}} --decrypt {{path/to/input.pdf}} {{path/to/output.pdf}}` diff --git a/pages/common/rspec.md b/pages/common/rspec.md index 6204ffe9ee..55c2e4ef3a 100644 --- a/pages/common/rspec.md +++ b/pages/common/rspec.md @@ -15,13 +15,9 @@ `rspec {{path/to/directory}}` -- Run a specific test file: +- Run one or more test files: -`rspec {{path/to/file}}` - -- Run multiple test files: - -`rspec {{path/to/file1}} {{path/to/file2}}` +`rspec {{path/to/file1 path/to/file2 ...}}` - Run a specific test in a file (e.g. the test starts on line 83): diff --git a/pages/common/rvm.md b/pages/common/rvm.md index 240ff280b0..10e0677b53 100644 --- a/pages/common/rvm.md +++ b/pages/common/rvm.md @@ -3,9 +3,9 @@ > A tool for easily installing, managing, and working with multiple ruby environments. > More information: . -- Install one or more space-separated versions of Ruby: +- Install one or more versions of Ruby: -`rvm install {{version(s)}}` +`rvm install {{version1 version2 ...}}` - Display a list of installed versions: diff --git a/pages/common/sox.md b/pages/common/sox.md index 58094d8046..6c331a6c37 100644 --- a/pages/common/sox.md +++ b/pages/common/sox.md @@ -6,24 +6,24 @@ - Merge two audio files into one: -`sox -m {{input_audiofile1}} {{input_audiofile2}} {{output_audiofile}}` +`sox -m {{path/to/input_audio1}} {{path/to/input_audio2}} {{path/to/output_audio}}` - Trim an audio file to the specified times: -`sox {{input_audiofile}} {{output_audiofile}} trim {{start}} {{end}}` +`sox {{path/to/input_audio}} {{path/to/output_audio}} trim {{start}} {{end}}` - Normalize an audio file (adjust volume to the maximum peak level, without clipping): -`sox --norm {{input_audiofile}} {{output_audiofile}}` +`sox --norm {{path/to/input_audio}} {{path/to/output_audio}}` - Reverse and save an audio file: -`sox {{input_audiofile}} {{output_audiofile}} reverse` +`sox {{path/to/input_audio}} {{path/to/output_audio}} reverse` - Print statistical data of an audio file: -`sox {{input_audiofile}} -n stat` +`sox {{path/to/input_audio}} -n stat` - Increase the volume of an audio file by 2x: -`sox -v 2.0 {{input_audiofile}} {{output_audiofile}}` +`sox -v 2.0 {{path/to/input_audio}} {{path/to/output_audio}}` diff --git a/pages/common/speed-test.md b/pages/common/speed-test.md index 1299d360af..0915a1589b 100644 --- a/pages/common/speed-test.md +++ b/pages/common/speed-test.md @@ -7,14 +7,14 @@ `speed-test` -- Output the results as JSON: +- Print the results as JSON: `speed-test --json` -- Output the results in megabytes per second (MBps): +- Print the results in megabytes per second (MBps): `speed-test --bytes` -- Output more detailed information: +- Print more detailed information: `speed-test --verbose` diff --git a/pages/common/subfinder.md b/pages/common/subfinder.md index 3808c20dea..35e83c5808 100644 --- a/pages/common/subfinder.md +++ b/pages/common/subfinder.md @@ -22,4 +22,4 @@ - Use a given comma-separated list of resolvers: -`subfinder -r {{8.8.8.8}},{{1.1.1.1}} -d {{example.com}}` +`subfinder -r {{8.8.8.8,1.1.1.1,...}} -d {{example.com}}` diff --git a/pages/common/svn-changelist.md b/pages/common/svn-changelist.md index 2917855bf3..6aeccf647f 100644 --- a/pages/common/svn-changelist.md +++ b/pages/common/svn-changelist.md @@ -17,7 +17,7 @@ - Add the contents of a space-separated list of directories to a changelist: -`svn changelist --recursive {{changelist_name}} {{path/to/directory1}} {{path/to/directory2}}` +`svn changelist --recursive {{changelist_name}} {{path/to/directory1 path/to/directory2 ...}}` - Commit a changelist: diff --git a/pages/common/swc.md b/pages/common/swc.md index b01b4d8a3d..e8c2ca3a22 100644 --- a/pages/common/swc.md +++ b/pages/common/swc.md @@ -25,4 +25,4 @@ - Ignore files in a directory specified using glob path: -`swc {{path/to/input_directory}} --ignore {{ignored_files}}` +`swc {{path/to/input_directory}} --ignore {{path/to/ignored_file1 path/to/ignored_file2 ...}}` diff --git a/pages/common/textql.md b/pages/common/textql.md index 4b485b81b1..23352a0661 100644 --- a/pages/common/textql.md +++ b/pages/common/textql.md @@ -21,7 +21,7 @@ - Join two files on a specified common column: -`textql -header -sql "SELECT * FROM {{file1}} JOIN {{file2}} ON {{file1}}.{{c1}} = {{file2}}.{{c1}} LIMIT {{10}}" -output-header {{path/to/file1.csv}} {{path/to/file2.csv}}` +`textql -header -sql "SELECT * FROM {{path/to/file1}} JOIN {{file2}} ON {{path/to/file1}}.{{c1}} = {{file2}}.{{c1}} LIMIT {{10}}" -output-header {{path/to/file1.csv}} {{path/to/file2.csv}}` - Format output using an output delimiter with an output header line: diff --git a/pages/common/traefik.md b/pages/common/traefik.md index 8a0405b29c..5eb5139c09 100644 --- a/pages/common/traefik.md +++ b/pages/common/traefik.md @@ -9,7 +9,7 @@ - Start server with a custom configuration file: -`traefik --c {{config_file}}.toml` +`traefik --c {{config_file.toml}}` - Start server with cluster mode enabled: diff --git a/pages/common/transmission.md b/pages/common/transmission.md index 23fc07a314..51aa03e459 100644 --- a/pages/common/transmission.md +++ b/pages/common/transmission.md @@ -4,26 +4,26 @@ > Transmission isn't a command, but a set of commands. See the pages below. > More information: . -- Show the tldr page for running Transmission's daemon: +- View documentation for running Transmission's daemon: `tldr transmission-daemon` -- Show the tldr page for interacting with the daemon: +- View documentation for interacting with the daemon: `tldr transmission-remote` -- Show the tldr page for creating torrent files: +- View documentation for creating torrent files: `tldr transmission-create` -- Show the tldr page for modifying torrent files: +- View documentation for modifying torrent files: `tldr transmission-edit` -- Show the tldr page for getting info about torrent files: +- View documentation for getting info about torrent files: `tldr transmission-show` -- Show the tldr page for the deprecated method for interacting with the daemon: +- View documentation for the deprecated method for interacting with the daemon: `tldr transmission-cli` diff --git a/pages/common/trawl.md b/pages/common/trawl.md index c28fdcd4f5..393810a73f 100644 --- a/pages/common/trawl.md +++ b/pages/common/trawl.md @@ -11,7 +11,7 @@ `trawl -f wi` -- Get a list of available interfaces: +- List available interfaces: `trawl -i` diff --git a/pages/common/turbo.md b/pages/common/turbo.md index 42450cf1a8..8f92243937 100644 --- a/pages/common/turbo.md +++ b/pages/common/turbo.md @@ -34,4 +34,4 @@ - Generate a Dot graph of a specific task execution (the output file format can be controlled with the filename): -`turbo run {{task_name}} --graph={{path/to/file}}.{{html|jpg|json|pdf|png|svg}}` +`turbo run {{task_name}} --graph={{path/to/file.html|jpg|json|pdf|png|svg}}` diff --git a/pages/common/unison.md b/pages/common/unison.md index 6c3d685971..97e6359db3 100644 --- a/pages/common/unison.md +++ b/pages/common/unison.md @@ -15,6 +15,6 @@ `unison {{path/to/directory_1}} {{path/to/directory_2}} -ignore {{pattern}}` -- Show documentation: +- View documentation: `unison -doc {{topics}}` diff --git a/pages/common/webstorm.md b/pages/common/webstorm.md index 39d1e235b2..6802dea26e 100644 --- a/pages/common/webstorm.md +++ b/pages/common/webstorm.md @@ -25,7 +25,7 @@ - Open and compare files (supports up to 3 files): -`webstorm diff {{path/to/file1}} {{path/to/file2}}` +`webstorm diff {{path/to/file1 path/to/file2 path/to/optional_file3}}` - Open and perform a three-way merge: diff --git a/pages/common/xo.md b/pages/common/xo.md index 88d45671a2..d09bb1748e 100644 --- a/pages/common/xo.md +++ b/pages/common/xo.md @@ -9,7 +9,7 @@ - Lint a given set of files: -`xo {{file1}}.js {{file2}}.js` +`xo {{path/to/file1.js path/to/file2.js ...}}` - Automatically fix any lint issues found: diff --git a/pages/common/xsv.md b/pages/common/xsv.md index 941291fb19..c04c39d931 100644 --- a/pages/common/xsv.md +++ b/pages/common/xsv.md @@ -17,7 +17,7 @@ - Select a few columns: -`xsv select {{column_a,column_b}} {{path/to/file.csv}}` +`xsv select {{column1,column2}} {{path/to/file.csv}}` - Show 10 random entries: @@ -25,4 +25,4 @@ - Join a column from one file to another: -`xsv join --no-case {{column_a}} {{path/to/file/a.csv}} {{column_b}} {{path/to/file/b.csv}} | xsv table` +`xsv join --no-case {{column1}} {{path/to/file1.csv}} {{column2}} {{path/to/file2.csv}} | xsv table` diff --git a/pages/common/xzdiff.md b/pages/common/xzdiff.md index 02a7fa751a..90f0da75cd 100644 --- a/pages/common/xzdiff.md +++ b/pages/common/xzdiff.md @@ -4,22 +4,22 @@ > All options specified are passed directly to `diff`. > More information: . -- Compare files: +- Compare two files: `xzdiff {{path/to/file1}} {{path/to/file2}}` -- Compare files, showing the differences side by side: +- Compare two files, showing the differences side by side: `xzdiff --side-by-side {{path/to/file1}} {{path/to/file2}}` -- Compare files and report only that they differ (no details on what is different): +- Compare two files and report only that they differ (no details on what is different): `xzdiff --brief {{path/to/file1}} {{path/to/file2}}` -- Compare files and report when the files are the same: +- Compare two files and report when the files are the same: `xzdiff --report-identical-files {{path/to/file1}} {{path/to/file2}}` -- Compare files using paginated results: +- Compare two files using paginated results: `xzdiff --paginate {{path/to/file1}} {{path/to/file2}}` diff --git a/pages/common/znew.md b/pages/common/znew.md index 022611d133..49b5574daa 100644 --- a/pages/common/znew.md +++ b/pages/common/znew.md @@ -9,7 +9,7 @@ - Recompress multiple files and display the achieved size reduction % per file: -`znew -v {{path/to/file1.Z}} {{path/to/file2.Z}} {{path/to/file3.Z}}` +`znew -v {{path/to/file1.Z path/to/file2.Z ...}}` - Recompress a file using the slowest compression method (for optimal compression): diff --git a/pages/linux/aa-complain.md b/pages/linux/aa-complain.md index d2bdc9b148..cc0e0ed5e1 100644 --- a/pages/linux/aa-complain.md +++ b/pages/linux/aa-complain.md @@ -6,7 +6,7 @@ - Set policy to complain mode: -`sudo aa-complain {{path/to/profile}}` +`sudo aa-complain {{path/to/profile1 path/to/profile2 ...}}` - Set policies to complain mode: diff --git a/pages/linux/aa-disable.md b/pages/linux/aa-disable.md index a0d691c280..2e9bb3be8e 100644 --- a/pages/linux/aa-disable.md +++ b/pages/linux/aa-disable.md @@ -1,13 +1,13 @@ # aa-disable -> Disable AppArmor security policy. +> Disable AppArmor security policies. > See also: `aa-complain`, `aa-enforce`, `aa-status`. > More information: . - Disable profile: -`sudo aa-disable {{path/to/profile}}` +`sudo aa-disable {{path/to/profile1 path/to/profile2 ...}}` -- Disable profiles: +- Disable profiles (defaults to `/etc/apparmor.d`): `sudo aa-disable --dir {{path/to/profiles}}` diff --git a/pages/linux/aa-enforce.md b/pages/linux/aa-enforce.md index d8b978e9de..f6e1056d2d 100644 --- a/pages/linux/aa-enforce.md +++ b/pages/linux/aa-enforce.md @@ -6,7 +6,7 @@ - Enable profile: -`sudo aa-enforce {{path/to/profile}}` +`sudo aa-enforce {{path/to/profile1 path/to/profile2 ...}}` - Enable profiles: diff --git a/pages/linux/auracle.md b/pages/linux/auracle.md index f60157befa..96bc8cdd7c 100644 --- a/pages/linux/auracle.md +++ b/pages/linux/auracle.md @@ -7,13 +7,13 @@ `auracle search '{{regular_expression}}'` -- Display package information for a space-separated list of AUR packages: +- Display information about one or more AUR packages: -`auracle info {{package1}} {{package2}}` +`auracle info {{package1 package2 ...}}` -- Display the `PKGBUILD` file (build information) for a space-separated list of AUR packages: +- Display the `PKGBUILD` file (build information) of one or more AUR packages: -`auracle show {{package1}} {{package2}}` +`auracle show {{package1 package2 ...}}` - Display updates for installed AUR packages: diff --git a/pages/linux/bluetoothd.md b/pages/linux/bluetoothd.md index 0fd10ca455..0502589892 100644 --- a/pages/linux/bluetoothd.md +++ b/pages/linux/bluetoothd.md @@ -21,4 +21,4 @@ - Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source: -`bluetoothd --debug={{path/to/file1}}:{{path/to/file2}}:{{path/to/file3}}` +`bluetoothd --debug={{path/to/file1:path/to/file2:...}}` diff --git a/pages/linux/cgroups.md b/pages/linux/cgroups.md index 738d9eba21..c502481649 100644 --- a/pages/linux/cgroups.md +++ b/pages/linux/cgroups.md @@ -4,14 +4,14 @@ > Cgroups however is not a command, but rather a collection of commands, see the relevant pages below. > More information: . -- Show the tldr page for `cgclassify`: +- View documentation for `cgclassify`: `tldr cgclassify` -- Show the tldr page for `cgcreate`: +- View documentation for `cgcreate`: `tldr cgcreate` -- Show the tldr page for `cgexec`: +- View documentation for `cgexec`: `tldr cgexec` diff --git a/pages/linux/dracut.md b/pages/linux/dracut.md index 1a2191f3d3..e86a756e12 100644 --- a/pages/linux/dracut.md +++ b/pages/linux/dracut.md @@ -16,6 +16,6 @@ `dracut --kver {{kernel_version}}` -- Show a list of available modules: +- List available modules: `dracut --list-modules` diff --git a/pages/linux/filefrag.md b/pages/linux/filefrag.md index e250279cc9..894101fef6 100644 --- a/pages/linux/filefrag.md +++ b/pages/linux/filefrag.md @@ -3,13 +3,9 @@ > Report how badly fragmented a particular file might be. > More information: . -- Display a report for a specific file: +- Display a report for one or more files: -`filefrag {{path/to/file}}` - -- Display a report for space-separated list of files: - -`filefrag {{path/to/file1}} {{path/to/file2}}` +`filefrag {{path/to/file1 path/to/file2 ...}}` - Display a report using a 1024 byte blocksize: @@ -17,12 +13,12 @@ - Sync the file before requesting the mapping: -`filefrag -s {{path/to/files}}` +`filefrag -s {{path/to/file1 path/to/file2 ...}}` - Display mapping of extended attributes: -`filefrag -x {{path/to/files}}` +`filefrag -x {{path/to/file1 path/to/file2 ...}}` - Display a report with verbose information: -`filefrag -v {{path/to/files}}` +`filefrag -v {{path/to/file1 path/to/file2 ...}}` diff --git a/pages/linux/fprintd-list.md b/pages/linux/fprintd-list.md index 3caaac5f56..ee16311e00 100644 --- a/pages/linux/fprintd-list.md +++ b/pages/linux/fprintd-list.md @@ -7,7 +7,7 @@ `fprintd-list {{username}}` -- List enrolled fingerprints for a space-separated list of users: +- List enrolled fingerprints for one or more users: `fprintd-list {{username1 username2 ...}}` diff --git a/pages/linux/lastb.md b/pages/linux/lastb.md index 672b795d1e..9ae510c857 100644 --- a/pages/linux/lastb.md +++ b/pages/linux/lastb.md @@ -1,24 +1,24 @@ # lastb -> Show a listing of last logged in users. +> List last logged in users. > More information: . -- Show a list of all last logged in users: +- List last logged in users: `sudo lastb` -- Show a list of all last logged in users since a given time: +- List all last logged in users since a given time: `sudo lastb --since {{YYYY-MM-DD}}` -- Show a list of all last logged in users until a given time: +- List all last logged in users until a given time: `sudo lastb --until {{YYYY-MM-DD}}` -- Show a list of all logged in users at a specific time: +- List all logged in users at a specific time: `sudo lastb --present {{hh:mm}}` -- Show a list of all last logged in users and translate the IP into a hostname: +- List all last logged in users and translate the IP into a hostname: `sudo lastb --dns` diff --git a/pages/linux/libreoffice.md b/pages/linux/libreoffice.md index 413567017e..707f480c80 100644 --- a/pages/linux/libreoffice.md +++ b/pages/linux/libreoffice.md @@ -3,17 +3,17 @@ > CLI for the powerful and free office suite LibreOffice. > More information: . -- Open a space-separated list of files in read-only mode: +- Open one or more files in read-only mode: -`libreoffice --view {{path/to/file1}} {{path/to/file2}}` +`libreoffice --view {{path/to/file1 path/to/file2 ...}}` -- Display the content of specific files: +- Display the content of one or more files: -`libreoffice --cat {{path/to/file1}} {{path/to/file2}}` +`libreoffice --cat {{path/to/file1 path/to/file2 ...}}` -- Print files to a specific printer: +- Print files using a specific printer: -`libreoffice --pt {{printer_name}} {{path/to/file1}} {{path/to/file2}}` +`libreoffice --pt {{printer_name}} {{path/to/file1 path/to/file2 ...}}` - Convert all `.doc` files in current directory to PDF: diff --git a/pages/linux/libtoolize.md b/pages/linux/libtoolize.md index d1820c5a01..cdb8975762 100644 --- a/pages/linux/libtoolize.md +++ b/pages/linux/libtoolize.md @@ -1,6 +1,6 @@ # libtoolize -> A tool used in the autotools build system to prepare a package for the use of `libtool`. +> A tool used in the autotools build system to prepare a package for using `libtool`. > It performs various tasks, including generating necessary files and directories to integrate `libtool` seamlessly into a project. > More information: . diff --git a/pages/linux/lsblk.md b/pages/linux/lsblk.md index b684132c8e..a33ce01c5a 100644 --- a/pages/linux/lsblk.md +++ b/pages/linux/lsblk.md @@ -29,8 +29,8 @@ - Exclude the devices specified by the comma-separated list of major device numbers: -`lsblk -e {{1,7}}` +`lsblk -e {{1,7,...}}` - Display a customized summary using a comma-separated list of columns: -`lsblk --output {{NAME}},{{SERIAL}},{{MODEL}},{{TRAN}},{{TYPE}},{{SIZE}},{{FSTYPE}},{{MOUNTPOINT}}` +`lsblk --output {{NAME,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}` diff --git a/pages/linux/mediamtx.md b/pages/linux/mediamtx.md index de0d0fb609..9b0decd142 100644 --- a/pages/linux/mediamtx.md +++ b/pages/linux/mediamtx.md @@ -9,7 +9,7 @@ - Run MediaMTX with a custom configuration location: -`mediamtx {{path/to/config}}.yml` +`mediamtx {{path/to/config.yml}}` - Start MediaMTX as a daemon: diff --git a/pages/linux/module.md b/pages/linux/module.md index 3dba844fcf..970cd8665d 100644 --- a/pages/linux/module.md +++ b/pages/linux/module.md @@ -29,4 +29,4 @@ - Specify user-created modules: -`module use {{path/to/modulefiles}}` +`module use {{path/to/module_file1 path/to/module_file2 ...}}` diff --git a/pages/linux/networkctl.md b/pages/linux/networkctl.md index e7ee2ad97d..20ddc7e792 100644 --- a/pages/linux/networkctl.md +++ b/pages/linux/networkctl.md @@ -4,7 +4,7 @@ > Manage the network configuration using `systemd-networkd`. > More information: . -- Show a list of existing links and their status: +- List existing links with their status: `networkctl list` diff --git a/pages/linux/nmtui.md b/pages/linux/nmtui.md index d8bda7116e..c8f17a1c76 100644 --- a/pages/linux/nmtui.md +++ b/pages/linux/nmtui.md @@ -8,7 +8,7 @@ `nmtui` -- Show a list of available connections, with the option to activate or deactivate them: +- List available connections, with the option to activate or deactivate them: `nmtui connect` diff --git a/pages/linux/obabel.md b/pages/linux/obabel.md index 81ff99e5e4..3c0ef01693 100644 --- a/pages/linux/obabel.md +++ b/pages/linux/obabel.md @@ -17,4 +17,4 @@ - Render multiple inputs into one picture: -`obabel {{path/to/file1}} {{path/to/file2}} -O {{path/to/output_file.png}}` +`obabel {{path/to/file1 path/to/file2 ...}} -O {{path/to/output_file.png}}` diff --git a/pages/linux/phar.md b/pages/linux/phar.md index f087c3dbac..0052b086da 100644 --- a/pages/linux/phar.md +++ b/pages/linux/phar.md @@ -3,9 +3,9 @@ > Create, update or extract PHP archives (PHAR). > More information: . -- Add space-separated files or directories to a Phar file: +- Add one or more files or directories to a Phar file: -`phar add -f {{path/to/phar_file}} {{files_or_directories}}` +`phar add -f {{path/to/phar_file}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}` - Display the contents of a Phar file: diff --git a/pages/linux/po4a-gettextize.md b/pages/linux/po4a-gettextize.md index 45b509d8bb..c71176449c 100644 --- a/pages/linux/po4a-gettextize.md +++ b/pages/linux/po4a-gettextize.md @@ -7,7 +7,7 @@ `po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --po {{path/to/result.po}}` -- Get a list of available formats: +- List all available formats: `po4a-gettextize --help-format` diff --git a/pages/linux/po4a-translate.md b/pages/linux/po4a-translate.md index d092a58a4c..74416edc4b 100644 --- a/pages/linux/po4a-translate.md +++ b/pages/linux/po4a-translate.md @@ -8,6 +8,6 @@ `po4a-translate --format {{text}} --master {{path/to/master.doc}} --po {{path/to/result.po}} --localized {{path/to/translated.txt}}` -- Get a list of available formats: +- List all available formats: `po4a-translate --help-format` diff --git a/pages/linux/po4a-updatepo.md b/pages/linux/po4a-updatepo.md index 6d1e0b6712..180ceffe63 100644 --- a/pages/linux/po4a-updatepo.md +++ b/pages/linux/po4a-updatepo.md @@ -7,7 +7,7 @@ `po4a-updatepo --format {{text}} --master {{path/to/master.txt}} --po {{path/to/result.po}}` -- Get a list of available formats: +- List available formats: `po4a-updatepo --help-format` diff --git a/pages/linux/scontrol.md b/pages/linux/scontrol.md index c1cc94b9d5..6ea5236abc 100644 --- a/pages/linux/scontrol.md +++ b/pages/linux/scontrol.md @@ -9,16 +9,16 @@ - Suspend a comma-separated list of running jobs: -`scontrol suspend {{job_id}}` +`scontrol suspend {{job_id1,job_id2,...}}` - Resume a comma-separated list of suspended jobs: -`scontrol resume {{job_id}}` +`scontrol resume {{job_id1,job_id2,...}}` - Hold a comma-separated list of queued jobs (Use `release` command to permit the jobs to be scheduled): -`scontrol hold {{job_id}}` +`scontrol hold {{job_id1,job_id2,...}}` - Release a comma-separated list of suspended job: -`scontrol release {{job_id}}` +`scontrol release {{job_id1,job_id2,...}}` diff --git a/pages/linux/snapper.md b/pages/linux/snapper.md index dcfaca8345..f4e95d41c0 100644 --- a/pages/linux/snapper.md +++ b/pages/linux/snapper.md @@ -25,4 +25,4 @@ - Delete a range of snapshots: -`snapper -c {{config}} delete {{snapshot_X}}-{{snapshot_Y}}` +`snapper -c {{config}} delete {{snapshot1}}-{{snapshot2}}` diff --git a/pages/linux/sstat.md b/pages/linux/sstat.md index 278b0b256e..308bb42d85 100644 --- a/pages/linux/sstat.md +++ b/pages/linux/sstat.md @@ -9,7 +9,7 @@ - Display job ID, average CPU and average virtual memory size of a comma-separated list of jobs, with pipes as column delimiters: -`sstat --parsable --jobs={{job_id}} --format={{JobID}},{{AveCPU}},{{AveVMSize}}` +`sstat --parsable --jobs={{job_id}} --format={{JobID,AveCPU,AveVMSize}}` - Display list of fields available: diff --git a/pages/linux/sxiv.md b/pages/linux/sxiv.md index 21bcab1b4a..785d5b94a0 100644 --- a/pages/linux/sxiv.md +++ b/pages/linux/sxiv.md @@ -5,7 +5,7 @@ - Open an image: -`sxiv {{path/to/file}}` +`sxiv {{path/to/image}}` - Open an image in fullscreen mode: @@ -15,10 +15,10 @@ `echo {{path/to/file}} | sxiv -i` -- Open a space-separated list of images as a slideshow: +- Open one or more images as a slideshow: -`sxiv -S {{seconds}} {{path/to/file}}` +`sxiv -S {{seconds}} {{path/to/image1 path/to/image2}}` -- Open a space-separated list of images in thumbnail mode: +- Open one or more images in thumbnail mode: -`sxiv -t {{path/to/file}}` +`sxiv -t {{path/to/image1 path/to/image2}}` diff --git a/pages/linux/systemd-mount.md b/pages/linux/systemd-mount.md index 5da8b0c648..c185860514 100644 --- a/pages/linux/systemd-mount.md +++ b/pages/linux/systemd-mount.md @@ -11,7 +11,7 @@ `systemd-mount {{path/to/file_or_device}} {{path/to/mount_point}}` -- Show a list of all local, known block devices with file systems that may be mounted: +- List all local, known block devices with file systems that may be mounted: `systemd-mount --list` diff --git a/pages/linux/xfce4-terminal.md b/pages/linux/xfce4-terminal.md index 719c27e306..2236201d0c 100644 --- a/pages/linux/xfce4-terminal.md +++ b/pages/linux/xfce4-terminal.md @@ -25,4 +25,4 @@ - Open multiple new tabs, executing a command in each: -`xfce4-terminal --tab --command "{{command_a}}" --tab --command "{{command_b}}"` +`xfce4-terminal --tab --command "{{command1}}" --tab --command "{{command2}}"` diff --git a/pages/osx/asr.md b/pages/osx/asr.md index 21938423e5..776638a9a1 100644 --- a/pages/osx/asr.md +++ b/pages/osx/asr.md @@ -16,6 +16,6 @@ `sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}} --noverify` -- Clone volumes without the use of an intermediate disk image: +- Clone volumes without using an intermediate disk image: `sudo asr restore --source {{path/to/volume_file}} --target {{path/to/volume_file}}` diff --git a/pages/osx/signal.md b/pages/osx/signal.md index c512df9ee9..0753e4852e 100644 --- a/pages/osx/signal.md +++ b/pages/osx/signal.md @@ -3,6 +3,6 @@ > Simplified software signal facilities. > More information: . -- View documentation about signals in Mac OS: +- View documentation for signals in Mac OS: `man signal` diff --git a/pages/osx/xed.md b/pages/osx/xed.md index b910f68679..8b9017cc45 100644 --- a/pages/osx/xed.md +++ b/pages/osx/xed.md @@ -5,12 +5,12 @@ - Open file in Xcode: -`xed {{file1}}` +`xed {{path/to/file1 path/to/file2 ...}}` - Open file(s) in Xcode, create if it doesn't exist: -`xed --create {{filename1}}` +`xed --create {{path/to/file1 path/to/file2 ...}}` - Open a file in Xcode and jump to line number 75: -`xed --line 75 {{filename}}` +`xed --line 75 {{path/to/file}}` diff --git a/pages/windows/choco-install.md b/pages/windows/choco-install.md index f9ae9fbc39..8a91dad1e4 100644 --- a/pages/windows/choco-install.md +++ b/pages/windows/choco-install.md @@ -3,7 +3,7 @@ > Install one or more packages with Chocolatey. > More information: . -- Install one or more space-separated packages: +- Install one or more packages: `choco install {{package1 package2 ...}}` diff --git a/pages/windows/choco-uninstall.md b/pages/windows/choco-uninstall.md index 41cf6f408d..695e01a6b9 100644 --- a/pages/windows/choco-uninstall.md +++ b/pages/windows/choco-uninstall.md @@ -3,7 +3,7 @@ > Uninstall packages with Chocolatey. > More information: . -- Uninstall one or more space-separated packages: +- Uninstall one or more packages: `choco uninstall {{package1 package2 ...}}` diff --git a/pages/windows/choco-upgrade.md b/pages/windows/choco-upgrade.md index 8d69d29650..bbe09d1e9e 100644 --- a/pages/windows/choco-upgrade.md +++ b/pages/windows/choco-upgrade.md @@ -3,7 +3,7 @@ > Upgrade one or more packages with Chocolatey. > More information: . -- Upgrade one or more space-separated packages: +- Upgrade one or more packages: `choco upgrade {{package1 package2 ...}}` @@ -17,7 +17,7 @@ - Upgrade all except specified comma-separated packages: -`choco upgrade all --except "{{package1 package2 ...}}"` +`choco upgrade all --except "{{package1,package2,...}}"` - Confirm all prompts automatically: diff --git a/pages/windows/cmdkey.md b/pages/windows/cmdkey.md index 895d52a4ca..0c5b08a1f0 100644 --- a/pages/windows/cmdkey.md +++ b/pages/windows/cmdkey.md @@ -3,7 +3,7 @@ > Create, show, and delete stored user names and passwords. > More information: . -- Show a list of all user credentials: +- List all user credentials: `cmdkey /list` diff --git a/pages/windows/cpush.md b/pages/windows/cpush.md index e2a94f17a4..9a22056ab9 100644 --- a/pages/windows/cpush.md +++ b/pages/windows/cpush.md @@ -3,6 +3,6 @@ > This command is an alias of `choco push`. > More information: . -- See documentation for the original command: +- View documentation for the original command: `tldr choco-push` diff --git a/pages/windows/del.md b/pages/windows/del.md index a47affa786..651fcc3d9b 100644 --- a/pages/windows/del.md +++ b/pages/windows/del.md @@ -8,9 +8,9 @@ `tldr remove-item` -- Delete one or more space-separated files or patterns: +- Delete one or more files or patterns: -`del {{file_pattern}}` +`del {{file_pattern1 file_pattern2 ...}}` - Prompt for confirmation before deleting each file: diff --git a/pages/windows/findstr.md b/pages/windows/findstr.md index 49de0a9d9b..eff29db51b 100644 --- a/pages/windows/findstr.md +++ b/pages/windows/findstr.md @@ -3,21 +3,21 @@ > Find specified text within one or more files. > More information: . -- Find space-separated string(s) in all files: +- Find one or more strings in all files: -`findstr "{{query}}" *` +`findstr "{{string1 string2 ...}}" *` -- Find space-separated string(s) in a piped command's output: +- Find one or more strings in a piped command's output: -`{{dir}} | findstr "{{query}}"` +`{{dir}} | findstr "{{string1 string2 ...}}"` -- Find space-separated string(s) in all files recur[s]ively: +- Find one or more strings in all files recur[s]ively: -`findstr /s "{{query}}" *` +`findstr /s "{{string1 string2 ...}}" *` - Find strings using a case-insensitive search: -`findstr /i "{{query}}" *"` +`findstr /i "{{string1 string2 ...}}" *"` - Find strings in all files using regular expressions: @@ -25,12 +25,12 @@ - Find a literal string (containing spaces) in all text files: -`findstr /c:"{{query}}" *.txt` +`findstr /c:"{{string1 string2 ...}}" *.txt` - Display the line number before each matching line: -`findstr /n "{{query}}" *` +`findstr /n "{{string1 string2 ...}}" *` - Display only the filenames that contain a match: -`findstr /m "{{query}}" *` +`findstr /m "{{string1 string2 ...}}" *` diff --git a/pages/windows/ipconfig.md b/pages/windows/ipconfig.md index 133ac863e3..48bc10db7b 100644 --- a/pages/windows/ipconfig.md +++ b/pages/windows/ipconfig.md @@ -3,7 +3,7 @@ > Display and manage the network configuration of Windows. > More information: . -- Show a list of network adapters: +- List all network adapters: `ipconfig` diff --git a/pages/windows/psversiontable.md b/pages/windows/psversiontable.md index b7faa5451c..b6ca37f9ca 100644 --- a/pages/windows/psversiontable.md +++ b/pages/windows/psversiontable.md @@ -12,7 +12,7 @@ `$PSVersionTable.PSVersion` -- Get a list of supported PowerShell script versions that this PowerShell version supports: +- List all supported PowerShell script versions that this PowerShell version supports: `$PSVersionTable.PSCompatibleVersions` diff --git a/pages/windows/reg-flags.md b/pages/windows/reg-flags.md index b08a20b93c..55bf16b39f 100644 --- a/pages/windows/reg-flags.md +++ b/pages/windows/reg-flags.md @@ -7,14 +7,10 @@ `reg flags {{key_name}} query` -- Set specified space-separated flags, and unset unmentioned flags, for a specific key: +- Set one or more flags, and unset unmentioned flags, for a specific key: -`reg flags {{key_name}} set {{flag_names}}` +`reg flags {{key_name}} set {{flag_name1 flag_name2 ...}}` -- Set specified flags for a specific key and its sub keys: +- Set one or more flags for a specific key and its [s]ub keys: -`reg flags {{key_name}} set {{flag_names}} /s` - -- Display help and available flag types: - -`reg flags /?` +`reg flags {{key_name}} set {{flag_name1 flag_name2 ...}} /s` diff --git a/pages/windows/where-object.md b/pages/windows/where-object.md index 43cf3b208c..74465aa1be 100644 --- a/pages/windows/where-object.md +++ b/pages/windows/where-object.md @@ -8,7 +8,7 @@ `Get-Alias | Where-Object -{{Property}} {{Name}} -{{eq}} {{name}}` -- Get a list of all services that are currently stopped. The `$_` automatic variable represents each object that is passed to the `Where-Object` cmdlet: +- List all services that are currently stopped. The `$_` automatic variable represents each object that is passed to the `Where-Object` cmdlet: `Get-Service | Where-Object {$_.Status -eq "Stopped"}`