diff --git a/pages/common/age.md b/pages/common/age.md index 12ee2976ce..ad3bcf831b 100644 --- a/pages/common/age.md +++ b/pages/common/age.md @@ -1,6 +1,6 @@ # age -> A simple, modern and secure file encryption tool. +> A simple, modern, and secure file encryption tool. > See also: `age-keygen` for generating key pairs. > More information: . diff --git a/pages/common/astroterm.md b/pages/common/astroterm.md index 51b4dc8be3..7aa362eee2 100644 --- a/pages/common/astroterm.md +++ b/pages/common/astroterm.md @@ -11,14 +11,14 @@ `astroterm {{[-C|--constellations]}} {{[-c|--color]}} {{[-f|--fps]}} {{60}}` -- Use unicode characters instead of the basic ASCII characters, and only render stars brighter than the given magnitude: +- Use unicode characters instead of the basic ASCII characters and only render stars brighter than the given magnitude: `astroterm {{[-u|--unicode]}} {{[-t|--threshold]}} {{2.0}}` -- Use a given latitude, longitude and datetime: +- Use a given latitude, longitude, and datetime: `astroterm {{[-a|--latitude]}} {{90.0}} {{[-o|--longitude]}} {{-180.0}} {{[-d|--datetime]}} {{2025-08-04T12:00:00}}` -- Use the longitude and latitude of a given city, and set the speed of the simulation to a given factor: +- Use the longitude and latitude of a given city and set the speed of the simulation to a given factor: `astroterm {{[-i|--city]}} {{Singapore}} {{[-s|--speed]}} {{1000.0}}` diff --git a/pages/common/bandwhich.md b/pages/common/bandwhich.md index 663cdb57dc..2f01ff6929 100644 --- a/pages/common/bandwhich.md +++ b/pages/common/bandwhich.md @@ -1,6 +1,6 @@ # bandwhich -> Display the current network utilization by process, connection or remote IP/hostname. +> Display the current network utilization by process, connection, or remote IP/hostname. > More information: . - Show the remote addresses table only: diff --git a/pages/common/bedtools.md b/pages/common/bedtools.md index 934416a5f4..5f84177d22 100644 --- a/pages/common/bedtools.md +++ b/pages/common/bedtools.md @@ -1,7 +1,7 @@ # bedtools > A swiss-army knife of tools for genomic-analysis tasks. -> Used to intersect, group, convert and count data in BAM, BED, GFF/GTF, VCF format. +> Used to intersect, group, convert, and count data in BAM, BED, GFF/GTF, VCF format. > More information: . - Intersect file [a] and file(s) [b] regarding the sequences' [s]trand and save the result to a specific file: diff --git a/pages/common/btop.md b/pages/common/btop.md index 3721d3b8c1..625efa0dda 100644 --- a/pages/common/btop.md +++ b/pages/common/btop.md @@ -1,6 +1,6 @@ # btop -> A resource monitor that shows information about the CPU, memory, disks, network and processes. +> A resource monitor that shows information about the CPU, memory, disks, network, and processes. > A C++ version of `bpytop`. > See also: `btm`, `glances`, `atop`, `htop`, `top`. > More information: . diff --git a/pages/common/code2prompt.md b/pages/common/code2prompt.md index 50d0c7b95f..6e2de9b343 100644 --- a/pages/common/code2prompt.md +++ b/pages/common/code2prompt.md @@ -1,6 +1,6 @@ # code2prompt -> Generate AI-ready prompts from a codebase (extracts, filters and formats code for LLMs). +> Generate AI-ready prompts from a codebase (extract, filter, and format code for LLMs). > More information: . - Generate a prompt for the current project and copy it to the clipboard (default behavior): diff --git a/pages/common/compgen.md b/pages/common/compgen.md index d057116c70..54ec6f209b 100644 --- a/pages/common/compgen.md +++ b/pages/common/compgen.md @@ -5,7 +5,7 @@ > See also: `complete`, `compopt`. > More information: . -- List all shell built-ins, aliases, functions and executables that you could run: +- List all shell built-ins, aliases, functions, and executables that you could run: `compgen -c` diff --git a/pages/common/conda.md b/pages/common/conda.md index d123079f0a..896dafba23 100644 --- a/pages/common/conda.md +++ b/pages/common/conda.md @@ -1,6 +1,6 @@ # conda -> Package, dependency and environment management for any programming language. +> Package, dependency, and environment management for any programming language. > Some subcommands such as `create` have their own usage documentation. > More information: . diff --git a/pages/common/fdroidcl.md b/pages/common/fdroidcl.md index 4af2e91a18..4e123fea03 100644 --- a/pages/common/fdroidcl.md +++ b/pages/common/fdroidcl.md @@ -27,6 +27,6 @@ `fdroidcl repo add {{repo_name}} {{url}}` -- Remove, enable or disable a repository: +- Remove, enable, or disable a repository: `fdroidcl repo {{remove|enable|disable}} {{repo_name}}` diff --git a/pages/common/fkill.md b/pages/common/fkill.md index cdfc3e7d2b..1cb180f00a 100644 --- a/pages/common/fkill.md +++ b/pages/common/fkill.md @@ -7,6 +7,6 @@ `fkill` -- Kill the process by PID, name or port: +- Kill the process by PID, name, or port: `fkill {{pid|name|:port}}` diff --git a/pages/common/flac.md b/pages/common/flac.md index a7d980aa1f..55c0f16dce 100644 --- a/pages/common/flac.md +++ b/pages/common/flac.md @@ -1,6 +1,6 @@ # flac -> Encodes, decodes and tests FLAC files. +> Encode, decode, and test FLAC files. > More information: . - Encode a WAV file to FLAC (this will create a FLAC file in the same location as the WAV file): diff --git a/pages/common/fswatch.md b/pages/common/fswatch.md index cbbe391c65..9430785014 100644 --- a/pages/common/fswatch.md +++ b/pages/common/fswatch.md @@ -3,7 +3,7 @@ > A cross-platform file change monitor. > More information: . -- Run a Bash command on file creation, update or deletion: +- Run a Bash command on file creation, update, or deletion: `fswatch {{path/to/file}} | xargs {{[-n|--max-args]}} 1 {{bash_command}}` diff --git a/pages/common/gcal.md b/pages/common/gcal.md index 5de5aec47f..b6e0e1d4cf 100644 --- a/pages/common/gcal.md +++ b/pages/common/gcal.md @@ -19,6 +19,6 @@ `gcal --starting-day=1` -- Display the previous, current and next month surrounding today: +- Display the previous, current, and next month surrounding today: `gcal .` diff --git a/pages/common/gcrane-ls.md b/pages/common/gcrane-ls.md index d471d43e98..f05dedb297 100644 --- a/pages/common/gcrane-ls.md +++ b/pages/common/gcrane-ls.md @@ -1,7 +1,7 @@ # gcrane ls > List the tags in a repository. -> More complex form than `crane ls`, which allows for listing tags, manifest and sub-repositories. +> More complex form than `crane ls`, which allows for listing tags, manifest, and sub-repositories. > More information: . - List the tags: diff --git a/pages/common/gh-issue-create.md b/pages/common/gh-issue-create.md index 7634598dbd..40c1e1f902 100644 --- a/pages/common/gh-issue-create.md +++ b/pages/common/gh-issue-create.md @@ -15,7 +15,7 @@ `gh issue {{[new|create]}} {{[-a|--assignee]}} {{user1,user2,...}}` -- Create a new issue with a title, body and assign it to the current user: +- Create a new issue with a title and body, and assign it to the current user: `gh issue {{[new|create]}} {{[-t|--title]}} "{{title}}" {{[-b|--body]}} "{{body}}" {{[-a|--assignee]}} "@me"` diff --git a/pages/common/gh-label.md b/pages/common/gh-label.md index d5a3f5a8fb..ec88e72b10 100644 --- a/pages/common/gh-label.md +++ b/pages/common/gh-label.md @@ -11,7 +11,7 @@ `gh label {{[ls|list]}} {{[-w|--web]}}` -- Create a label with a specific name, description and color in hexadecimal format for the repository in the current directory: +- Create a label with a specific name, description, and color in hexadecimal format for the repository in the current directory: `gh label create {{name}} {{[-d|--description]}} "{{description}}" {{[-c|--color]}} {{color_hex}}` diff --git a/pages/common/gh-run.md b/pages/common/gh-run.md index 19abafd527..bff8f527fa 100644 --- a/pages/common/gh-run.md +++ b/pages/common/gh-run.md @@ -1,6 +1,6 @@ # gh run -> View, run and watch recent GitHub Actions workflow runs. +> View, run, and watch recent GitHub Actions workflow runs. > More information: . - Interactively select a run to see information about the jobs: diff --git a/pages/common/git-config.md b/pages/common/git-config.md index 6c0776b09a..513606a25c 100644 --- a/pages/common/git-config.md +++ b/pages/common/git-config.md @@ -8,7 +8,7 @@ `git config --global {{user.name|user.email}} "{{Your Name|email@example.com}}"` -- List local, global or system configuration entries and show their file location: +- List local, global, or system configuration entries and show their file location: `git config {{[-l|--list]}} --{{local|global|system}} --show-origin` diff --git a/pages/common/git-diff.md b/pages/common/git-diff.md index ea74f6158d..966ba82a43 100644 --- a/pages/common/git-diff.md +++ b/pages/common/git-diff.md @@ -23,7 +23,7 @@ `git diff --stat {{commit}}` -- Output a summary of file creations, renames and mode changes since a given commit: +- Output a summary of file creations, renames, and mode changes since a given commit: `git diff --summary {{commit}}` diff --git a/pages/common/git-info.md b/pages/common/git-info.md index b80a61f2ee..20a2fda8e1 100644 --- a/pages/common/git-info.md +++ b/pages/common/git-info.md @@ -4,10 +4,10 @@ > Part of `git-extras`. > More information: . -- Display remote locations, remote and local branches, most recent commit data and `.git/config` settings: +- Display remote locations, remote and local branches, most recent commit data, and `.git/config` settings: `git info` -- Display remote locations, remote and local branches and most recent commit data: +- Display remote locations, remote and local branches, and most recent commit data: `git info --no-config` diff --git a/pages/common/git-log.md b/pages/common/git-log.md index 0944dab998..2998b3c782 100644 --- a/pages/common/git-log.md +++ b/pages/common/git-log.md @@ -19,7 +19,7 @@ `git log --oneline --graph` -- Show a graph of all commits, tags and branches in the entire repo: +- Show a graph of all commits, tags, and branches in the entire repo: `git log --oneline --decorate --all --graph` diff --git a/pages/common/git-rebase.md b/pages/common/git-rebase.md index 6ad1ac9b2d..322202cb88 100644 --- a/pages/common/git-rebase.md +++ b/pages/common/git-rebase.md @@ -8,7 +8,7 @@ `git rebase {{new_base_branch}}` -- Start an interactive rebase, which allows the commits to be reordered, omitted, combined or modified: +- Start an interactive rebase, which allows the commits to be reordered, omitted, combined, or modified: `git rebase {{[-i|--interactive]}} {{target_base_branch_or_commit_hash}}` @@ -28,7 +28,7 @@ `git rebase --onto {{new_base}} {{old_base}}` -- Reapply the last 5 commits in-place, stopping to allow them to be reordered, omitted, combined or modified: +- Reapply the last 5 commits in-place, stopping to allow them to be reordered, omitted, combined, or modified: `git rebase {{[-i|--interactive]}} {{HEAD~5}}` diff --git a/pages/common/git-reflog.md b/pages/common/git-reflog.md index 0763d2ad59..da2901bd88 100644 --- a/pages/common/git-reflog.md +++ b/pages/common/git-reflog.md @@ -1,6 +1,6 @@ # git reflog -> Show a log of changes to local references like HEAD, branches or tags. +> Show a log of changes to local references like HEAD, branches, or tags. > More information: . - Show the reflog for `HEAD`: diff --git a/pages/common/git-reset.md b/pages/common/git-reset.md index e28f9e6164..b23becec5b 100644 --- a/pages/common/git-reset.md +++ b/pages/common/git-reset.md @@ -1,6 +1,6 @@ # git reset -> Undo commits or unstage changes, by resetting the current Git HEAD to the specified state. +> Undo commits or unstage changes by resetting the current Git HEAD to the specified state. > If a path is passed, it works as "unstage"; if a commit hash or branch is passed, it works as "uncommit". > More information: . @@ -28,6 +28,6 @@ `git reset --hard` -- Reset the repository to a given commit, discarding committed, staged and uncommitted changes since then: +- Reset the repository to a given commit, discarding committed, staged, and uncommitted changes since then: `git reset --hard {{commit}}` diff --git a/pages/common/git-shortlog.md b/pages/common/git-shortlog.md index 06273ffae8..42bf79e54a 100644 --- a/pages/common/git-shortlog.md +++ b/pages/common/git-shortlog.md @@ -19,10 +19,10 @@ `git shortlog HEAD~5..HEAD` -- View all users, emails and the number of commits in the current branch: +- View all users, emails, and the number of commits in the current branch: `git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` -- View all users, emails and the number of commits in all branches: +- View all users, emails, and the number of commits in all branches: `git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` diff --git a/pages/common/git-show.md b/pages/common/git-show.md index a66fc96066..02cd18bbd4 100644 --- a/pages/common/git-show.md +++ b/pages/common/git-show.md @@ -11,7 +11,7 @@ `git show {{commit|tag|branch}}` -- Show only the list of added, renamed or deleted files: +- Show only the list of added, renamed, or deleted files: `git show --summary {{commit}}` @@ -31,6 +31,6 @@ `git show --name-only {{commit}}` -- Show the contents of a file as it was at a given revision (e.g. branch, tag or commit): +- Show the contents of a file as it was at a given revision (e.g. branch, tag, or commit): `git show {{revision}}:{{path/to/file}}` diff --git a/pages/common/git-status.md b/pages/common/git-status.md index bef967a46b..d7cbcf72d7 100644 --- a/pages/common/git-status.md +++ b/pages/common/git-status.md @@ -1,7 +1,7 @@ # git status > Show the changes to files in a Git repository. -> List changed, added and deleted files compared to the currently checked-out commit. +> List changed, added, and deleted files compared to the currently checked-out commit. > More information: . - Show changed files which are not yet added for commit: diff --git a/pages/common/git-submodule.md b/pages/common/git-submodule.md index d1c641c357..979d144b91 100644 --- a/pages/common/git-submodule.md +++ b/pages/common/git-submodule.md @@ -1,9 +1,9 @@ # git submodule -> Inspects, updates and manages submodules. +> Inspect, update, and manage submodules. > More information: . -- View existing submodules, and the checked-out commit for each one: +- View existing submodules and the checked-out commit for each one: `git submodule` diff --git a/pages/common/git-tag.md b/pages/common/git-tag.md index c264ba4bcb..6789b7d624 100644 --- a/pages/common/git-tag.md +++ b/pages/common/git-tag.md @@ -1,6 +1,6 @@ # git tag -> Create, list, delete or verify tags. +> Create, list, delete, or verify tags. > A tag is a static reference to a commit. > More information: . diff --git a/pages/common/golangci-lint.md b/pages/common/golangci-lint.md index a93bec65b9..c6ac7c07e3 100644 --- a/pages/common/golangci-lint.md +++ b/pages/common/golangci-lint.md @@ -1,6 +1,6 @@ # golangci-lint -> Parallelized, smart and fast Go linters runner that integrates with all major IDEs and supports YAML configuration. +> Parallelized, smart, and fast Go linters runner that integrates with all major IDEs and supports YAML configuration. > More information: . - Run linters in the current folder: diff --git a/pages/common/hello.md b/pages/common/hello.md index 03a1dea41d..587b259bf3 100644 --- a/pages/common/hello.md +++ b/pages/common/hello.md @@ -1,6 +1,6 @@ # hello -> Print "Hello, world!", "hello, world" or a customizable text. +> Print "Hello, world!", "hello, world", or a customizable text. > More information: . - Print "Hello, world!": diff --git a/pages/common/hg-clone.md b/pages/common/hg-clone.md index d5f2539b86..b1c1ea1f0a 100644 --- a/pages/common/hg-clone.md +++ b/pages/common/hg-clone.md @@ -15,7 +15,7 @@ `hg clone {{[-U|--noupdate]}} {{remote_repository_source}}` -- Clone a repository to a specific revision, tag or branch, keeping the entire history: +- Clone a repository to a specific revision, tag, or branch, keeping the entire history: `hg clone {{[-u|--updaterev]}} {{revision}} {{remote_repository_source}}` diff --git a/pages/common/ionic.md b/pages/common/ionic.md index 19200dd0a5..027f02a239 100644 --- a/pages/common/ionic.md +++ b/pages/common/ionic.md @@ -11,7 +11,7 @@ `ionic serve` -- Generate new app component, directive, page, pipe, provider or tabs: +- Generate new app component, directive, page, pipe, provider, or tabs: `ionic g {{page}}` diff --git a/pages/common/java.md b/pages/common/java.md index 885d1b278e..d6c933f54f 100644 --- a/pages/common/java.md +++ b/pages/common/java.md @@ -19,7 +19,7 @@ `java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 -jar {{filename.jar}}` -- Display JDK, JRE and HotSpot versions: +- Display JDK, JRE, and HotSpot versions: `java -version` diff --git a/pages/common/jbang.md b/pages/common/jbang.md index fdfedbccdd..867ec6b4a7 100644 --- a/pages/common/jbang.md +++ b/pages/common/jbang.md @@ -1,6 +1,6 @@ # jbang -> Easily create, edit and run self-contained source-only Java programs. +> Easily create, edit, and run self-contained source-only Java programs. > See also: `java`. > More information: . diff --git a/pages/common/jj-operation.md b/pages/common/jj-operation.md index f4bb5ab9f7..130dea5a70 100644 --- a/pages/common/jj-operation.md +++ b/pages/common/jj-operation.md @@ -23,6 +23,6 @@ `jj {{[op|operation]}} show {{operation}}` -- Show stat, summary and patch of modifications of an operation: +- Show stat, summary, and patch of modifications of an operation: `jj {{[op|operation]}} show {{--stat}} {{[-s|--summary]}} {{[-p|--patch]}} {{operation}}` diff --git a/pages/common/jupyter.md b/pages/common/jupyter.md index cd0e2a0362..e86f84e09b 100644 --- a/pages/common/jupyter.md +++ b/pages/common/jupyter.md @@ -1,7 +1,7 @@ # jupyter -> Web application to create and share documents that contain code, visualizations and notes. -> Primarily used for data analysis, scientific computing and machine learning. +> Web application to create and share documents that contain code, visualizations, and notes. +> Primarily used for data analysis, scientific computing, and machine learning. > More information: . - Start a Jupyter notebook server in the current directory: diff --git a/pages/common/lebab.md b/pages/common/lebab.md index 1d76b9d0da..c56118bee0 100644 --- a/pages/common/lebab.md +++ b/pages/common/lebab.md @@ -16,7 +16,7 @@ `lebab {{path/to/input_file}} --out-file {{path/to/output_file}}` -- Replace all `.js` files in-place in the specified directory, glob or file: +- Replace all `.js` files in-place in the specified directory, glob, or file: `lebab --replace {{directory|glob|file}}` diff --git a/pages/common/logstash.md b/pages/common/logstash.md index 9ebd2881c0..0ad3c58320 100644 --- a/pages/common/logstash.md +++ b/pages/common/logstash.md @@ -1,6 +1,6 @@ # logstash -> An Elasticsearch ETL (extract, transform and load) tool. +> An Elasticsearch ETL (extract, transform, and load) tool. > Commonly used to load data from various sources (such as databases and log files) into Elasticsearch. > More information: . diff --git a/pages/common/macchina.md b/pages/common/macchina.md index 22cd74a873..4e81802f14 100644 --- a/pages/common/macchina.md +++ b/pages/common/macchina.md @@ -11,7 +11,7 @@ `macchina --config {{path/to/configuration_file}}` -- List system information, but lengthen uptime, shell and kernel output: +- List system information, but lengthen uptime, shell, and kernel output: `macchina --long-uptime --long-shell --long-kernel` diff --git a/pages/common/medusa.md b/pages/common/medusa.md index 38f9492c7d..441bfb8a79 100644 --- a/pages/common/medusa.md +++ b/pages/common/medusa.md @@ -15,7 +15,7 @@ `medusa -M ftp -h host -U {{path/to/username_file}} -P {{path/to/password_file}}` -- Execute a login attempt against an HTTP server using the username, password and user-agent specified: +- Execute a login attempt against an HTTP server using the username, password, and user-agent specified: `medusa -M HTTP -h host -u {{username}} -p {{password}} -m USER-AGENT:"{{Agent}}"` diff --git a/pages/common/mongodump.md b/pages/common/mongodump.md index 59099acfc2..e70789e9b9 100644 --- a/pages/common/mongodump.md +++ b/pages/common/mongodump.md @@ -19,7 +19,7 @@ `mongodump {{[-c|--collection]}} {{collection_name}} {{[-d|--db]}} {{database_name}}` -- Connect to a given host running on a given port, and create a dump: +- Connect to a given host running on a given port and create a dump: `mongodump {{[-h|--host]}} {{host}} --port {{port}}` @@ -27,6 +27,6 @@ `mongodump {{[-u|--username]}} {{username}} {{database}} {{[-p|--password]}}` -- Create a dump from a specific instance; host, user, password and database will be defined in the connection string: +- Create a dump from a specific instance; host, user, password, and database will be defined in the connection string: `mongodump --uri {{connection_string}}` diff --git a/pages/common/monodevelop.md b/pages/common/monodevelop.md index 24251b27e0..30eaa7719f 100644 --- a/pages/common/monodevelop.md +++ b/pages/common/monodevelop.md @@ -1,6 +1,6 @@ # monodevelop -> Cross platform IDE for C#, F# and more. +> Cross platform IDE for C#, F#, and more. > More information: . - Start MonoDevelop: diff --git a/pages/common/mutool.md b/pages/common/mutool.md index 491671b9b3..456ca93f34 100644 --- a/pages/common/mutool.md +++ b/pages/common/mutool.md @@ -1,6 +1,6 @@ # mutool -> Convert, query information and extract data from PDF files. +> Convert, query information, and extract data from PDF files. > More information: . - Convert a range of pages to PNGs (Note: `%nd` in the output placeholder must be replaced with a print modifier like `%d` or `%2d`): @@ -19,7 +19,7 @@ `mutool info {{path/to/input.pdf}}` -- Extract all images, fonts and resources embedded in a PDF to the current directory: +- Extract all images, fonts, and resources embedded in a PDF to the current directory: `mutool extract {{path/to/input.pdf}}` diff --git a/pages/common/naabu.md b/pages/common/naabu.md index e409b3b635..238fc69567 100644 --- a/pages/common/naabu.md +++ b/pages/common/naabu.md @@ -20,7 +20,7 @@ `naabu {{[-tp|-top-ports]}} 1000 -host {{host}}` -- Scan TCP ports 80, 443 and UDP port 53 of the remote host: +- Scan TCP ports 80, 443, and UDP port 53 of the remote host: `naabu {{[-p|-port]}} 80,443,u:53 -host {{host}}` diff --git a/pages/common/nf-core.md b/pages/common/nf-core.md index 12abca81f3..36e9e0bb03 100644 --- a/pages/common/nf-core.md +++ b/pages/common/nf-core.md @@ -1,6 +1,6 @@ # nf-core -> The nf-core framework tools, to create, check and develop best-practice guidelines for Nextflow. +> The nf-core framework tools to create, check, and develop best-practice guidelines for Nextflow. > More information: . - List existing pipelines on nf-core: diff --git a/pages/common/nim.md b/pages/common/nim.md index 92d565248a..b88b95ba54 100644 --- a/pages/common/nim.md +++ b/pages/common/nim.md @@ -1,7 +1,7 @@ # nim > The Nim compiler. -> Processes, compiles and links Nim language source files. +> Process, compile, and link Nim language source files. > More information: . - Compile a source file: diff --git a/pages/common/nokogiri.md b/pages/common/nokogiri.md index 1e9dc9a9ac..a6efd1064d 100644 --- a/pages/common/nokogiri.md +++ b/pages/common/nokogiri.md @@ -1,6 +1,6 @@ # nokogiri -> An HTML, XML, SAX and Reader parser. +> An HTML, XML, SAX, and Reader parser. > More information: . - Parse the contents of a URL or file: diff --git a/pages/common/ntfy.md b/pages/common/ntfy.md index 216332f365..c73dd13ba5 100644 --- a/pages/common/ntfy.md +++ b/pages/common/ntfy.md @@ -7,7 +7,7 @@ `ntfy pub security "{{Front door has been opened.}}"` -- Send with a title, priority and tags: +- Send with a title, priority, and tags: `ntfy publish --title="{{Someone bought your item}}" --priority={{high}} --tags={{duck}} {{ebay}} "{{Someone just bought your item: Platypus Sculpture}}"` diff --git a/pages/common/nvm.md b/pages/common/nvm.md index 1f8b5b44fc..5ed2930f7d 100644 --- a/pages/common/nvm.md +++ b/pages/common/nvm.md @@ -1,6 +1,6 @@ # nvm -> Install, uninstall or switch between Node.js versions. +> Install, uninstall, or switch between Node.js versions. > Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc. > See also: `asdf`. > More information: . diff --git a/pages/common/od.md b/pages/common/od.md index f931a2a95e..6726b5fdb6 100644 --- a/pages/common/od.md +++ b/pages/common/od.md @@ -1,6 +1,6 @@ # od -> Display file contents in octal, decimal or hexadecimal format. +> Display file contents in octal, decimal, or hexadecimal format. > Optionally display the byte offsets and/or printable representation for each line. > See also: `hexyl`, `xxd`, `hexdump`. > More information: . diff --git a/pages/common/opam.md b/pages/common/opam.md index a726e09fef..49a7570b19 100644 --- a/pages/common/opam.md +++ b/pages/common/opam.md @@ -1,7 +1,7 @@ # opam > OCaml Package Manager. -> Manage OCaml compilers, tools and libraries. +> Manage OCaml compilers, tools, and libraries. > More information: . - Initialize opam for first use: diff --git a/pages/common/pdftk.md b/pages/common/pdftk.md index 0fa0bd1937..13bf7cce90 100644 --- a/pages/common/pdftk.md +++ b/pages/common/pdftk.md @@ -3,7 +3,7 @@ > PDF toolkit. > More information: . -- Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one: +- Extract pages 1-3, 5, and 6-10 from a PDF file and save them as another one: `pdftk {{input.pdf}} cat {{1-3 5 6-10}} output {{output.pdf}}` diff --git a/pages/common/peerindex.md b/pages/common/peerindex.md index 1f642cb41a..f939ed86db 100644 --- a/pages/common/peerindex.md +++ b/pages/common/peerindex.md @@ -1,7 +1,7 @@ # peerindex > Inspect MRT TABLE_DUMPV2 Peer Index Table. -> Can read files compressed with `gzip`, `bzip2` and `xz`. +> Can read files compressed with `gzip`, `bzip2`, and `xz`. > More information: . - List all peers: diff --git a/pages/common/phpcs.md b/pages/common/phpcs.md index 7479f2e745..6c009b134e 100644 --- a/pages/common/phpcs.md +++ b/pages/common/phpcs.md @@ -1,6 +1,6 @@ # phpcs -> Tokenize PHP, JavaScript and CSS files to detect violations of a defined set of coding standards. +> Tokenize PHP, JavaScript, and CSS files to detect violations of a defined set of coding standards. > More information: . - Sniff the specified directory for issues (defaults to the PEAR standard): diff --git a/pages/common/projucer.md b/pages/common/projucer.md index fadbd01b3b..508b6a1fbd 100644 --- a/pages/common/projucer.md +++ b/pages/common/projucer.md @@ -19,7 +19,7 @@ `Projucer --create-project-from-pip {{path/to/PIP}} {{path/to/output}}` -- Remove all JUCE-style comments (`//=====`, `//-----` or `///////`): +- Remove all JUCE-style comments (`//=====`, `//-----`, or `///////`): `Projucer --tidy-divider-comments {{path/to/target_folder}}` diff --git a/pages/common/prowler.md b/pages/common/prowler.md index a31a07d240..8ddbd4dc9c 100644 --- a/pages/common/prowler.md +++ b/pages/common/prowler.md @@ -1,6 +1,6 @@ # prowler -> Performs security best practices assessments, audits and compliance checks across AWS, Azure, Google Cloud, and Kubernetes. +> Perform security best practices assessments, audits, and compliance checks across AWS, Azure, Google Cloud, and Kubernetes. > See also: `prowler-aws`, `prowler-azure`, `prowler-gcp`, `prowler-kubernetes`, `prowler-m365`, `prowler-github`. > More information: . diff --git a/pages/common/qpdf.md b/pages/common/qpdf.md index 1211cfb31e..ea141558db 100644 --- a/pages/common/qpdf.md +++ b/pages/common/qpdf.md @@ -3,7 +3,7 @@ > Versatile PDF transformation software. > More information: . -- Extract pages 1-3, 5 and 6-10 from a PDF file and save them as another one: +- Extract pages 1-3, 5, and 6-10 from a PDF file and save them as another one: `qpdf --empty --pages {{path/to/input.pdf}} {{1-3,5,6-10}} -- {{path/to/output.pdf}}` diff --git a/pages/common/rainbowstream.md b/pages/common/rainbowstream.md index 175fe6c2a6..52c3811f6b 100644 --- a/pages/common/rainbowstream.md +++ b/pages/common/rainbowstream.md @@ -1,6 +1,6 @@ # rainbowstream -> Interactive Twitter client supporting realtime tweetstream, trends, sending, search, favorites and user management. +> Interactive Twitter client supporting realtime tweetstream, trends, sending, search, favorites, and user management. > Online help with ``, `` and `` for history, `` to auto-complete and 2-`` for suggestion. > More information: . diff --git a/pages/common/rarcrack.md b/pages/common/rarcrack.md index dcfefbb647..5d91f2b54f 100644 --- a/pages/common/rarcrack.md +++ b/pages/common/rarcrack.md @@ -1,6 +1,6 @@ # rarcrack -> Password cracker for RAR, Zip and 7z archives. +> Password cracker for RAR, Zip, and 7z archives. - Brute force the password for an archive (tries to guess the archive type): diff --git a/pages/common/rdiff-backup.md b/pages/common/rdiff-backup.md index 76e4392538..3961b08d0f 100644 --- a/pages/common/rdiff-backup.md +++ b/pages/common/rdiff-backup.md @@ -7,7 +7,7 @@ `rdiff-backup backup {{path/to/source}} {{path/to/backup}}` -- List incremental backups in repository (location path, local or remote): +- List incremental backups in repository (location path, local, or remote): `rdiff-backup list increments {{repository}}` diff --git a/pages/common/resolvconf.md b/pages/common/resolvconf.md index 808fad89d8..f3afa5798e 100644 --- a/pages/common/resolvconf.md +++ b/pages/common/resolvconf.md @@ -17,7 +17,7 @@ `resolvconf -u` -- Set the flag indicating whether `resolvconf` should run update scripts when invoked with `-a`, `-d` or `-u`: +- Set the flag indicating whether `resolvconf` should run update scripts when invoked with `-a`, `-d`, or `-u`: `resolvconf --enable-updates` diff --git a/pages/common/rmlint.md b/pages/common/rmlint.md index e4a4aa3c63..08cbf68f69 100644 --- a/pages/common/rmlint.md +++ b/pages/common/rmlint.md @@ -3,7 +3,7 @@ > Find space waste and other broken things on your filesystem. > More information: . -- Check directories for duplicated, empty and broken files: +- Check directories for duplicated, empty, and broken files: `rmlint {{path/to/directory1 path/to/directory2 ...}}` diff --git a/pages/common/rpk.md b/pages/common/rpk.md index 0785f438e7..d9151e2ed9 100644 --- a/pages/common/rpk.md +++ b/pages/common/rpk.md @@ -1,6 +1,6 @@ # rpk -> Manage Redpanda topics, clusters, groups, security and more via a single binary. +> Manage Redpanda topics, clusters, groups, security, and more via a single binary. > More information: . - Create a new topic: diff --git a/pages/common/salt-key.md b/pages/common/salt-key.md index 53528a48b0..4f0f647d86 100644 --- a/pages/common/salt-key.md +++ b/pages/common/salt-key.md @@ -4,7 +4,7 @@ > Needs to be run on the salt master, likely as root or with sudo. > More information: . -- List all accepted, unaccepted and rejected minion keys: +- List all accepted, unaccepted, and rejected minion keys: `salt-key {{[-L|--list-all]}}` diff --git a/pages/common/sc_warts2pcap.md b/pages/common/sc_warts2pcap.md index 75c6aa4456..88ee3aeba7 100644 --- a/pages/common/sc_warts2pcap.md +++ b/pages/common/sc_warts2pcap.md @@ -1,7 +1,7 @@ # sc_warts2pcap > Write packets included in `.warts` files to a PCAP file. -> This is only possible for packets of type `tbit`, `sting` or `sniff`. +> This is only possible for packets of type `tbit`, `sting`, or `sniff`. > More information: . - Convert the data from several `.warts` files into one PCAP file: diff --git a/pages/common/sequelize.md b/pages/common/sequelize.md index 5d5fd0db52..fe6afba88d 100644 --- a/pages/common/sequelize.md +++ b/pages/common/sequelize.md @@ -1,6 +1,6 @@ # sequelize -> Promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. +> Promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite, and Microsoft SQL Server. > More information: . - Create a model with 3 fields and a migration file: diff --git a/pages/common/serverless.md b/pages/common/serverless.md index 3897638a92..88f39c9cb3 100644 --- a/pages/common/serverless.md +++ b/pages/common/serverless.md @@ -1,6 +1,6 @@ # serverless -> Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure and IBM OpenWhisk. +> Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure, and IBM OpenWhisk. > Commands can be run either using the `serverless` command or its alias, `sls`. > More information: . diff --git a/pages/common/shfmt.md b/pages/common/shfmt.md index 60edf675e0..fb441ba16c 100644 --- a/pages/common/shfmt.md +++ b/pages/common/shfmt.md @@ -1,6 +1,6 @@ # shfmt -> Shell parser, formatter and interpreter. +> Shell parser, formatter, and interpreter. > More information: . - Print a formatted version of a shell script: diff --git a/pages/common/stat.md b/pages/common/stat.md index 5e897d2a6a..9ada447247 100644 --- a/pages/common/stat.md +++ b/pages/common/stat.md @@ -4,7 +4,7 @@ > See also: `file`. > More information: . -- Display properties about a specific file such as size, permissions, creation and access dates among others: +- Display properties about a specific file such as size, permissions, creation date, and access date among others: `stat {{path/to/file}}` diff --git a/pages/common/sysbench.md b/pages/common/sysbench.md index f60d49a2d8..656f111a16 100644 --- a/pages/common/sysbench.md +++ b/pages/common/sysbench.md @@ -1,6 +1,6 @@ # sysbench -> Benchmark a System's CPU, IO and memory. +> Benchmark a System's CPU, IO, and memory. > More information: . - Run a CPU benchmark with 1 thread for 10 seconds: diff --git a/pages/common/tcpdump.md b/pages/common/tcpdump.md index e70627dce1..0346778cc6 100644 --- a/pages/common/tcpdump.md +++ b/pages/common/tcpdump.md @@ -19,7 +19,7 @@ `sudo tcpdump host {{www.example.com}}` -- Capture the traffic from a specific interface, source, destination and destination port: +- Capture the traffic from a specific interface, source, destination, and destination port: `sudo tcpdump {{[-i|--interface]}} {{eth0}} src {{192.168.1.1}} and dst {{192.168.1.2}} and dst port {{80}}` diff --git a/pages/common/telegram-desktop.md b/pages/common/telegram-desktop.md index c13a77aa4c..2d68df36a7 100644 --- a/pages/common/telegram-desktop.md +++ b/pages/common/telegram-desktop.md @@ -1,6 +1,6 @@ # telegram-desktop -> Instant messenger with open source clients, chats and stickers. +> Instant messenger with open source clients, chats, and stickers. > More information: . - Start GUI: diff --git a/pages/common/trivy.md b/pages/common/trivy.md index 5e9a800d6b..b2b02858ee 100644 --- a/pages/common/trivy.md +++ b/pages/common/trivy.md @@ -19,7 +19,7 @@ `trivy fs --security-checks {{vuln,config}} {{path/to/project_directory}}` -- Scan a IaC (Terraform, CloudFormation, ARM, Helm and Dockerfile) directory for misconfigurations: +- Scan a IaC (Terraform, CloudFormation, ARM, Helm, and Dockerfile) directory for misconfigurations: `trivy config {{path/to/iac_directory}}` diff --git a/pages/common/upt.md b/pages/common/upt.md index d39166e234..14bd2c541b 100644 --- a/pages/common/upt.md +++ b/pages/common/upt.md @@ -1,6 +1,6 @@ # upt -> Unified interface for managing packages across various operating systems, like Windows, many Linux distributions, macOS, FreeBSD and even Haiku. +> Unified interface for managing packages across various operating systems, like Windows, many Linux distributions, macOS, FreeBSD, and even Haiku. > It requires the native OS package manager to be installed. > See also: `flatpak`, `brew`, `scoop`, `apt`, `dnf`. > More information: . diff --git a/pages/common/valgrind.md b/pages/common/valgrind.md index 135dec1a40..069a39d5ec 100644 --- a/pages/common/valgrind.md +++ b/pages/common/valgrind.md @@ -1,6 +1,6 @@ # valgrind -> Wrapper for a set of expert tools for profiling, optimizing and debugging programs. +> Wrapper for a set of expert tools for profiling, optimizing, and debugging programs. > Commonly used tools include `memcheck`, `cachegrind`, `callgrind`, `massif`, `helgrind`, and `drd`. > More information: . diff --git a/pages/common/vela.md b/pages/common/vela.md index a4ad9457ee..6f94fdaaa2 100644 --- a/pages/common/vela.md +++ b/pages/common/vela.md @@ -3,7 +3,7 @@ > Tools for the Vela pipeline. > More information: . -- Trigger a pipeline to run from a Git branch, commit or tag: +- Trigger a pipeline to run from a Git branch, commit, or tag: `vela add deployment --org {{organization}} --repo {{repository_name}} --target {{environment}} --ref {{branch|commit|refs/tags/git_tag}} --description "{{deploy_description}}"` diff --git a/pages/common/vsce.md b/pages/common/vsce.md index 1a47d6c85a..a26762d677 100644 --- a/pages/common/vsce.md +++ b/pages/common/vsce.md @@ -7,7 +7,7 @@ `vsce list {{publisher}}` -- Publish an extension as major, minor or patch version: +- Publish an extension as major, minor, or patch version: `vsce publish {{major|minor|patch}}` diff --git a/pages/common/watchexec.md b/pages/common/watchexec.md index 821def1c9b..b257ea190d 100644 --- a/pages/common/watchexec.md +++ b/pages/common/watchexec.md @@ -7,7 +7,7 @@ `watchexec {{ls -la}}` -- Run `make` when any JavaScript, CSS and HTML file in the current directory changes: +- Run `make` when any JavaScript, CSS, and HTML file in the current directory changes: `watchexec {{[-e|--exts]}} {{js,css,html}} make` diff --git a/pages/common/wc.md b/pages/common/wc.md index ae640bf786..1b95e0139d 100644 --- a/pages/common/wc.md +++ b/pages/common/wc.md @@ -19,7 +19,7 @@ `wc {{[-m|--chars]}} {{path/to/file}}` -- Count all lines, words and bytes from `stdin`: +- Count all lines, words, and bytes from `stdin`: `{{find .}} | wc` diff --git a/pages/common/wdiff.md b/pages/common/wdiff.md index 0f29a5c142..afaea5472e 100644 --- a/pages/common/wdiff.md +++ b/pages/common/wdiff.md @@ -11,6 +11,6 @@ `wdiff {{[-i|--ignore-case]}} {{path/to/file1}} {{path/to/file2}}` -- Display how many words are deleted, inserted or replaced: +- Display how many words are deleted, inserted, or replaced: `wdiff {{[-s|--statistics]}} {{path/to/file1}} {{path/to/file2}}` diff --git a/pages/common/zed.md b/pages/common/zed.md index ccc0105763..fa5dec76c8 100644 --- a/pages/common/zed.md +++ b/pages/common/zed.md @@ -1,6 +1,6 @@ # zed -> Text editor designed to be fast, efficient and convenient. +> Text editor designed to be fast, efficient, and convenient. > More information: . - Open specific paths in Zed: diff --git a/pages/common/zgrep.md b/pages/common/zgrep.md index 561f2c1bc2..38cd030d07 100644 --- a/pages/common/zgrep.md +++ b/pages/common/zgrep.md @@ -23,7 +23,7 @@ `zgrep {{[-e|--regexp]}} "{{pattern_1}}" {{[-e|--regexp]}} "{{pattern_2}}" {{path/to/compressed_file}}` -- Use extended `regex` (supporting `?`, `+`, `{}`, `()` and `|`): +- Use extended `regex` (supporting `?`, `+`, `{}`, `()`, and `|`): `zgrep {{[-E|--extended-regexp]}} {{regex}} {{path/to/file}}` diff --git a/pages/common/zig.md b/pages/common/zig.md index fb5c525815..aa54f35b63 100644 --- a/pages/common/zig.md +++ b/pages/common/zig.md @@ -19,7 +19,7 @@ `zig test {{path/to/file.zig}}` -- Cross compile, build and run a project for `x86_64` architecture and `windows` operating system: +- Cross compile, build, and run a project for `x86_64` architecture and `windows` operating system: `zig build run -fwine -Dtarget=x86_64-windows` diff --git a/pages/common/zsteg.md b/pages/common/zsteg.md index 5c15c7d8eb..bd8ff6a282 100644 --- a/pages/common/zsteg.md +++ b/pages/common/zsteg.md @@ -1,7 +1,7 @@ # zsteg > Steganography detection tool for PNG and BMP file formats. -> It detects LSB steganography, ZLIB-compressed data, OpenStego, Camouflage and LSB with the Eratosthenes set. +> It detects LSB steganography, ZLIB-compressed data, OpenStego, Camouflage, and LSB with the Eratosthenes set. > More information: . - Detect embedded data in a PNG: diff --git a/pages/linux/systemd-tmpfiles.md b/pages/linux/systemd-tmpfiles.md index 44e2dfcc1e..69f3074fa6 100644 --- a/pages/linux/systemd-tmpfiles.md +++ b/pages/linux/systemd-tmpfiles.md @@ -1,7 +1,7 @@ # systemd-tmpfiles -> Create, delete and clean up volatile and temporary files and directories. -> This command is automatically invoked on boot by systemd services, and running it manually is usually not needed. +> Create, delete, and clean up volatile and temporary files and directories. +> This command is automatically invoked on boot by systemd services and running it manually is usually not needed. > More information: . - Create files and directories as specified in the configuration: diff --git a/pages/linux/userdbctl.md b/pages/linux/userdbctl.md index 620d0c84bb..d09923eb8d 100644 --- a/pages/linux/userdbctl.md +++ b/pages/linux/userdbctl.md @@ -1,6 +1,6 @@ # userdbctl -> Inspect users, groups and group memberships on the system. +> Inspect users, groups, and group memberships on the system. > More information: . - List all known user records: diff --git a/pages/netbsd/sockstat.md b/pages/netbsd/sockstat.md index 2d28aaa764..fc0cb8b3d1 100644 --- a/pages/netbsd/sockstat.md +++ b/pages/netbsd/sockstat.md @@ -5,7 +5,7 @@ > See also: `netstat`. > More information: . -- Show information for IPv4, IPv6 and Unix sockets for both listening and connected sockets: +- Show information for IPv4, IPv6, and Unix sockets for both listening and connected sockets: `sockstat` diff --git a/pages/osx/aiac.md b/pages/osx/aiac.md index 49ec1d2f71..8b2c98c2d7 100644 --- a/pages/osx/aiac.md +++ b/pages/osx/aiac.md @@ -1,6 +1,6 @@ # aiac -> Use OpenAI to generate IaC configurations, utilities, queries and more. +> Use OpenAI to generate IaC configurations, utilities, queries, and more. > More information: . - Generate Terraform for Azure storage account: diff --git a/pages/osx/dd.md b/pages/osx/dd.md index 7668725d91..7ea85fe801 100644 --- a/pages/osx/dd.md +++ b/pages/osx/dd.md @@ -7,7 +7,7 @@ `dd if={{path/to/file.iso}} of={{/dev/usb_drive}} status=progress` -- Clone a drive to another drive with 4 MB block, ignore error and show the progress: +- Clone a drive to another drive with 4 MB block, ignore errors, and show the progress: `dd bs=4m conv=noerror if={{/dev/source_drive}} of={{/dev/dest_drive}} status=progress` diff --git a/pages/osx/diskutil.md b/pages/osx/diskutil.md index 8b50a439c1..d9169b2a7c 100644 --- a/pages/osx/diskutil.md +++ b/pages/osx/diskutil.md @@ -4,7 +4,7 @@ > Some subcommands such as `partitiondisk` have their own usage documentation. > More information: . -- List all currently available disks, partitions and mounted volumes: +- List all currently available disks, partitions, and mounted volumes: `diskutil list` diff --git a/pages/osx/dtrace.md b/pages/osx/dtrace.md index 66f6af0021..0427156008 100644 --- a/pages/osx/dtrace.md +++ b/pages/osx/dtrace.md @@ -1,6 +1,6 @@ # dtrace -> A simple interface to invoke the D language compiler, retrieve buffered trace, and print traced data from the DTrace kernel facility. +> A simple interface to invoke the D language compiler, retrieve buffered trace and print traced data from the DTrace kernel facility. > Generic front-end to DTrace facility, requiring root privileges. > More information: . @@ -24,7 +24,7 @@ `dtrace -c {{command}}` -- Specify [f]unction name to trace or list (-l option). The corresponding argument can include any of the probe description forms like `provider:module:function`, `module:function` or `function`: +- Specify [f]unction name to trace or list (-l option). The corresponding argument can include any of the probe description forms like `provider:module:function`, `module:function`, or `function`: `dtrace -f {{function}}` diff --git a/pages/osx/stat.md b/pages/osx/stat.md index d044b0d9d2..bf2e378c5e 100644 --- a/pages/osx/stat.md +++ b/pages/osx/stat.md @@ -3,7 +3,7 @@ > Display file status. > More information: . -- Show file properties such as size, permissions, creation and access dates among others: +- Show file properties such as size, permissions, creation date, and access date among others: `stat {{path/to/file}}` diff --git a/pages/osx/system_profiler.md b/pages/osx/system_profiler.md index c78442a740..2956656fda 100644 --- a/pages/osx/system_profiler.md +++ b/pages/osx/system_profiler.md @@ -3,7 +3,7 @@ > Report system hardware and software configuration. > More information: . -- Display a report with specific details level (mini [no personal information], basic or full): +- Display a report with specific details level (mini [no personal information], basic, or full): `system_profiler -detailLevel {{level}}` diff --git a/pages/osx/uname.md b/pages/osx/uname.md index a9d712b3c0..935414e974 100644 --- a/pages/osx/uname.md +++ b/pages/osx/uname.md @@ -12,7 +12,7 @@ `uname -mp` -- Print kernel name, kernel release and kernel version: +- Print kernel name, kernel release, and kernel version: `uname -srv` diff --git a/pages/osx/xctool.md b/pages/osx/xctool.md index 89d568af30..c1a633d6ae 100644 --- a/pages/osx/xctool.md +++ b/pages/osx/xctool.md @@ -11,6 +11,6 @@ `xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build` -- Clean, build and execute all the tests: +- Clean, build, and execute all the tests: `xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test` diff --git a/pages/windows/diskpart.md b/pages/windows/diskpart.md index b65882a0dc..ff1e92334a 100644 --- a/pages/windows/diskpart.md +++ b/pages/windows/diskpart.md @@ -1,6 +1,6 @@ # diskpart -> Disk, volume and partition manager. +> Disk, volume, and partition manager. > More information: . - Run diskpart by itself in an administrative command prompt to enter its command-line: diff --git a/pages/windows/psping.md b/pages/windows/psping.md index ff877f5de0..ec6a1446cc 100644 --- a/pages/windows/psping.md +++ b/pages/windows/psping.md @@ -1,6 +1,6 @@ # psping -> A ping tool that includes TCP ping, latency and bandwidth measurement. +> A ping tool that includes TCP ping, latency, and bandwidth measurement. > More information: . - Ping a host using ICMP: diff --git a/pages/windows/reg.md b/pages/windows/reg.md index e1e9320298..1659d0070d 100644 --- a/pages/windows/reg.md +++ b/pages/windows/reg.md @@ -24,7 +24,7 @@ `tldr reg {{export|import}}` -- View documentation for saving, restoring registry and unloading keys preserving the key ownerships and ACLs: +- View documentation for saving, restoring registry and unloading keys preserving the key ownerships, and ACLs: `tldr reg {{save|restore|load|unload}}` diff --git a/pages/windows/shutdown.md b/pages/windows/shutdown.md index a66dba4c05..f37121c2c6 100644 --- a/pages/windows/shutdown.md +++ b/pages/windows/shutdown.md @@ -1,6 +1,6 @@ # shutdown -> A tool for shutting down, restarting or logging off a machine. +> A tool for shutting down, restarting, or logging off a machine. > More information: . - Shutdown the current machine: diff --git a/pages/windows/wmic.md b/pages/windows/wmic.md index 9a5785ce28..4338103e6c 100644 --- a/pages/windows/wmic.md +++ b/pages/windows/wmic.md @@ -15,7 +15,7 @@ `wmic process list full` -- Access specific fields such as process name, process ID and parent process ID: +- Access specific fields such as process name, process ID, and parent process ID: `wmic process get {{name,processid,parentprocessid}}`