diff --git a/pages.ko/common/rlwrap.md b/pages.ko/common/rlwrap.md index 994f3ffbeb0351..c0c7e62e712cd8 100644 --- a/pages.ko/common/rlwrap.md +++ b/pages.ko/common/rlwrap.md @@ -19,6 +19,6 @@ `rlwrap --complete-filenames {{명령}}` -- 색상이 있는 프롬프트 추가, 색상 이름 또는 ASCI 색상 사양 사용. 대문자 색상 이름은 굵게 스타일링: +- 색상이 있는 프롬프트 추가, 색상 이름 또는 ANSI 색상 사양 사용. 대문자 색상 이름은 굵게 스타일링: `rlwrap --prompt-colour={{black|red|green|yellow|blue|cyan|purple|white|colour_spec}} {{명령}}` diff --git a/pages/common/astyle.md b/pages/common/astyle.md index 784c99bf1aae95..2c392afcfbe877 100644 --- a/pages/common/astyle.md +++ b/pages/common/astyle.md @@ -1,6 +1,6 @@ # astyle -> Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages. +> Source code indenter, formatter, and beautifier for the C, C++, C#, and Java programming languages. > Upon running, a copy of the original file is created with an ".orig" appended to the original file name. > More information: . diff --git a/pages/common/bzgrep.md b/pages/common/bzgrep.md index 185fc4c6115d63..4f2c9afbdbca0f 100644 --- a/pages/common/bzgrep.md +++ b/pages/common/bzgrep.md @@ -7,7 +7,7 @@ `bzgrep "{{search_pattern}}" {{path/to/file}}` -- Use extended `regex` (supports `?`, `+`, `{}`, `()` and `|`), in case-insensitive mode: +- Use extended `regex` (supports `?`, `+`, `{}`, `()`, and `|`), in case-insensitive mode: `bzgrep {{[-E|--extended-regexp]}} {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}` diff --git a/pages/common/colima.md b/pages/common/colima.md index ffafaea9c11af6..838949c3235ddd 100644 --- a/pages/common/colima.md +++ b/pages/common/colima.md @@ -19,7 +19,7 @@ `colima start --kubernetes` -- Customize CPU count, RAM memory and disk space (in GiB): +- Customize CPU count, RAM memory, and disk space (in GiB): `colima start --cpu {{number}} --memory {{memory}} --disk {{storage_space}}` diff --git a/pages/common/comm.md b/pages/common/comm.md index 6f4f9f7a3626a9..cb8dd6e7e09e70 100644 --- a/pages/common/comm.md +++ b/pages/common/comm.md @@ -3,7 +3,7 @@ > Select or reject lines common to two files. Both files must be sorted. > More information: . -- Produce three tab-separated columns: lines only in first file, lines only in second file and common lines: +- Produce three tab-separated columns: lines only in first file, lines only in second file, and common lines: `comm {{file1}} {{file2}}` diff --git a/pages/common/cron.md b/pages/common/cron.md index f160e624fddbb4..5af27f0abd64f0 100644 --- a/pages/common/cron.md +++ b/pages/common/cron.md @@ -1,7 +1,7 @@ # cron > A system scheduler for running jobs or tasks unattended. -> The command to submit, edit or delete entries to `cron` is called `crontab`. +> The command to submit, edit, or delete entries to `cron` is called `crontab`. - View documentation for managing `cron` entries: diff --git a/pages/common/ebook-convert.md b/pages/common/ebook-convert.md index ecaeb2214b6d0f..d88c4a873a1f94 100644 --- a/pages/common/ebook-convert.md +++ b/pages/common/ebook-convert.md @@ -1,6 +1,6 @@ # ebook-convert -> Can be used to convert e-books between common formats, e.g. PDF, EPUB and MOBI. +> Can be used to convert e-books between common formats, e.g. PDF, EPUB, and MOBI. > Part of the Calibre e-book library tool. > More information: . @@ -8,6 +8,6 @@ `ebook-convert {{path/to/input_file}} {{output_file}}` -- Convert Markdown or HTML to e-book with TOC, title and author: +- Convert Markdown or HTML to e-book with TOC, title, and author: `ebook-convert {{path/to/input_file}} {{output_file}} --level1-toc="//h:h1" --level2-toc="//h:h2" --level3-toc="//h:h3" --title={{title}} --authors={{author}}` diff --git a/pages/common/fselect.md b/pages/common/fselect.md index d93d733e97e69c..a2e3d5faac6639 100644 --- a/pages/common/fselect.md +++ b/pages/common/fselect.md @@ -19,6 +19,6 @@ `fselect size, path from {{path/to/directory}} limit {{5}} into json` -- Use SQL aggregate functions to calculate minimum, maximum and average size of files in a directory: +- Use SQL aggregate functions to calculate minimum, maximum, and average size of files in a directory: `fselect "{{MIN(size), MAX(size), AVG(size), SUM(size), COUNT(*)}} from {{path/to/directory}}"` diff --git a/pages/common/gdown.md b/pages/common/gdown.md index 3c5b26f873cb94..7097866e6471ff 100644 --- a/pages/common/gdown.md +++ b/pages/common/gdown.md @@ -19,6 +19,6 @@ `gdown {{folder_id|url}} {{[-O|--output]}} {{path/to/output_directory}} --folder` -- Download a tar archive, write it to `stdout` and extract it: +- Download a tar archive, write it to `stdout`, and extract it: `gdown {{tar_url}} {{[-O|--output]}} - {{[-q|--quiet]}} | tar xvf -` diff --git a/pages/common/gource.md b/pages/common/gource.md index 65daf255fc4ae1..82d3e6f9265a88 100644 --- a/pages/common/gource.md +++ b/pages/common/gource.md @@ -1,7 +1,7 @@ # gource -> Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories. -> It shows files and directories being created, modified or removed over time. +> Renders an animated tree diagram of Git, SVN, Mercurial, and Bazaar repositories. +> It shows files and directories being created, modified, or removed over time. > More information: . - Run gource in a directory (if it isn't the repository's root directory, the root is sought up from there): diff --git a/pages/common/liquidctl.md b/pages/common/liquidctl.md index 607672b8e46aa0..f38622bea15317 100644 --- a/pages/common/liquidctl.md +++ b/pages/common/liquidctl.md @@ -15,6 +15,6 @@ `liquidctl status` -- Match a string in product name to pick a device and set its fan speed to 0% at 20°C, 50% at 50°C and 100% at 70°C: +- Match a string in product name to pick a device and set its fan speed to 0% at 20°C, 50% at 50°C, and 100% at 70°C: `liquidctl {{[-m|--match]}} {{string}} set fan speed {{20 0 50 50 70 100}}` diff --git a/pages/common/ncc.md b/pages/common/ncc.md index f2898e1db0f1e7..1b5e23ad9dc7ad 100644 --- a/pages/common/ncc.md +++ b/pages/common/ncc.md @@ -1,7 +1,7 @@ # ncc > Compile a Node.js application into a single file. -> Supports TypeScript, binary addons and dynamic requires. +> Supports TypeScript, binary addons, and dynamic requires. > More information: . - Bundle a Node.js application: diff --git a/pages/common/packwiz.md b/pages/common/packwiz.md index 3a9cefb08c629a..e3d5851e6e5051 100644 --- a/pages/common/packwiz.md +++ b/pages/common/packwiz.md @@ -1,6 +1,6 @@ # packwiz -> Create, edit and manage Minecraft modpacks. +> Create, edit, and manage Minecraft modpacks. > More information: . - Interactively create a new modpack in the current directory: diff --git a/pages/common/pamvalidate.md b/pages/common/pamvalidate.md index cc90a8e4d46a00..35a698fd72a52a 100644 --- a/pages/common/pamvalidate.md +++ b/pages/common/pamvalidate.md @@ -1,6 +1,6 @@ # pamvalidate -> Validate PAM, PGM, PBM and PPM files. +> Validate PAM, PGM, PBM, and PPM files. > See also: `pamfile`, `pamfix`. > More information: . diff --git a/pages/common/parquet-tools.md b/pages/common/parquet-tools.md index e6f901b057c550..781e9d738a6e56 100644 --- a/pages/common/parquet-tools.md +++ b/pages/common/parquet-tools.md @@ -1,6 +1,6 @@ # parquet-tools -> Show, inspect and manipulate Parquet file. +> Show, inspect, and manipulate Parquet file. > More information: . - Display the content of a Parquet file: diff --git a/pages/common/pdftotext.md b/pages/common/pdftotext.md index 23dd547b9bb2a2..d00c7c8a51fbbc 100644 --- a/pages/common/pdftotext.md +++ b/pages/common/pdftotext.md @@ -19,6 +19,6 @@ `pdftotext {{input.pdf}} {{output.txt}}` -- Convert pages 2, 3 and 4 of `input.pdf` to plain text and save them as `output.txt`: +- Convert pages 2, 3, and 4 of `input.pdf` to plain text and save them as `output.txt`: `pdftotext -f {{2}} -l {{4}} {{input.pdf}} {{output.txt}}` diff --git a/pages/common/php-yii.md b/pages/common/php-yii.md index 6f2cedd13818cb..449642dc46a2f5 100644 --- a/pages/common/php-yii.md +++ b/pages/common/php-yii.md @@ -7,7 +7,7 @@ `php yii {{serve}}` -- Generate a controller, views and related files for the CRUD actions on the specified model class: +- Generate a controller, views, and related files for the CRUD actions on the specified model class: `php yii {{gii/crud}} --modelClass={{ModelName}} --controllerClass={{ControllerName}}` diff --git a/pages/common/pio-org.md b/pages/common/pio-org.md index aab1d5acbc39aa..922f1f6a5dfff8 100644 --- a/pages/common/pio-org.md +++ b/pages/common/pio-org.md @@ -23,6 +23,6 @@ `pio org list` -- Update the name, email or display name of an organization: +- Update the name, email, or display name of an organization: `pio org update --orgname {{new_organization_name}} --email {{new_email}} --displayname {{new_display_name}} {{organization_name}}` diff --git a/pages/common/pio-settings.md b/pages/common/pio-settings.md index f57b09c4497123..3a9d99e56e93e3 100644 --- a/pages/common/pio-settings.md +++ b/pages/common/pio-settings.md @@ -3,11 +3,11 @@ > View and modify PlatformIO settings. > More information: . -- Display the names, values and descriptions of all PlatformIO settings: +- Display the names, values, and descriptions of all PlatformIO settings: `pio settings get` -- Display the name, value and description of a specific PlatformIO setting: +- Display the name, value, and description of a specific PlatformIO setting: `pio settings get {{setting}}` diff --git a/pages/common/pio-system.md b/pages/common/pio-system.md index ac1ed92c6785c8..e55d549ee5051a 100644 --- a/pages/common/pio-system.md +++ b/pages/common/pio-system.md @@ -3,7 +3,7 @@ > Miscellaneous system commands for PlatformIO. > More information: . -- Install shell completion for the current shell (supports Bash, fish, Zsh and PowerShell): +- Install shell completion for the current shell (supports Bash, fish, Zsh, and PowerShell): `pio system completion install` diff --git a/pages/common/pio-update.md b/pages/common/pio-update.md index 888f575d9df1ab..6b500acf22ac72 100644 --- a/pages/common/pio-update.md +++ b/pages/common/pio-update.md @@ -1,10 +1,10 @@ # pio update -> Update installed PlatformIO Core packages, development platforms and global libraries. +> Update installed PlatformIO Core packages, development platforms, and global libraries. > See also: `pio platform update`, `pio lib update`. > More information: . -- Perform a full update of all packages, development platforms and global libraries: +- Perform a full update of all packages, development platforms, and global libraries: `pio update` @@ -12,6 +12,6 @@ `pio update --core-packages` -- Check for new versions of packages, platforms and libraries but do not actually update them: +- Check for new versions of packages, platforms, and libraries but do not actually update them: `pio update --dry-run` diff --git a/pages/common/ppmdither.md b/pages/common/ppmdither.md index 3d700a52d3b2c0..4fcb89e346b3ca 100644 --- a/pages/common/ppmdither.md +++ b/pages/common/ppmdither.md @@ -3,7 +3,7 @@ > Reduce the number of colors in an image by applying dithering. > More information: . -- Read a PPM image, apply dithering and save it to a file: +- Read a PPM image, apply dithering, and save it to a file: `ppmdither {{path/to/image.ppm}} > {{path/to/file.ppm}}` diff --git a/pages/common/ppmlabel.md b/pages/common/ppmlabel.md index 2be3439a3ec2f0..cfee21f5e8c44c 100644 --- a/pages/common/ppmlabel.md +++ b/pages/common/ppmlabel.md @@ -11,6 +11,6 @@ `ppmlabel -x {{pos_x1}} -y {{pos_y1}} {{[-t|-text]}} {{text1}} -x {{pos_x2}} -y {{pos_y2}} {{[-t|-text]}} {{text2}} {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}` -- Specify the line color, the background color, the tilt and the size of the added text: +- Specify the line color, the background color, the tilt, and the size of the added text: `ppmlabel -x {{pos_x}} -y {{pos_y}} {{[-c|-color]}} {{line_color}} {{[-b|-background]}} {{background_color}} {{[-a|-angle]}} {{tilt}} {{[-s|-size]}} {{size}} {{[-t|-text]}} {{text}} {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}` diff --git a/pages/common/ppmtoeyuv.md b/pages/common/ppmtoeyuv.md index 7d03eaa7106d23..dba9ae1b8a0fc6 100644 --- a/pages/common/ppmtoeyuv.md +++ b/pages/common/ppmtoeyuv.md @@ -3,6 +3,6 @@ > Convert a PPM image to an Berkeley YUV file. > More information: . -- Read a PPM image from the input file, convert it to a Berkeley YUV image and store it in the specified output file: +- Read a PPM image from the input file, convert it to a Berkeley YUV image, and store it in the specified output file: `ppmtoeyuv {{path/to/input_file.ppm}} > {{path/to/output_file.eyuv}}` diff --git a/pages/common/ppmtoppm.md b/pages/common/ppmtoppm.md index 5ea35692d2647c..fe5d32e5f102ca 100644 --- a/pages/common/ppmtoppm.md +++ b/pages/common/ppmtoppm.md @@ -3,7 +3,7 @@ > Copy a PPM image. > More information: . -- Copy a PPM image (i.e. a PBM, PGM or PPM image) from `stdin` to `stdout`: +- Copy a PPM image (i.e. a PBM, PGM, or PPM image) from `stdin` to `stdout`: `ppmtoppm < {{path/to/image.ppm}} > {{path/to/output.ppm}}` diff --git a/pages/common/ppmtoyuv.md b/pages/common/ppmtoyuv.md index d64b00ea6521b0..c15bb6dcdc4acb 100644 --- a/pages/common/ppmtoyuv.md +++ b/pages/common/ppmtoyuv.md @@ -3,6 +3,6 @@ > Convert a PPM image to an Abekas YUV file. > More information: . -- Read a PPM image from the input file, convert it to an Abekas YUV image and store it in the specified output file: +- Read a PPM image from the input file, convert it to an Abekas YUV image, and store it in the specified output file: `ppmtoyuv {{path/to/input_file.ppm}} > {{path/to/output_file.yuv}}` diff --git a/pages/common/quarto.md b/pages/common/quarto.md index 8519258b94dd47..072f3e8d69359f 100644 --- a/pages/common/quarto.md +++ b/pages/common/quarto.md @@ -19,6 +19,6 @@ `quarto preview {{path/to/destination_directory|path/to/file}}` -- Publish a document or project to Quarto Pub, Github Pages, RStudio Connect or Netlify: +- Publish a document or project to Quarto Pub, Github Pages, RStudio Connect, or Netlify: `quarto publish {{quarto-pub|gh-pages|connect|netlify}}` diff --git a/pages/common/rage.md b/pages/common/rage.md index 3bc626dab0c387..1ad2a9f563b9fd 100644 --- a/pages/common/rage.md +++ b/pages/common/rage.md @@ -1,6 +1,6 @@ # rage -> A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no configuration options, and UNIX-style composability. +> A simple, secure, and modern file encryption tool (and Rust library) with small explicit keys, no configuration options, and UNIX-style composability. > Rust implementation of `age`. > More information: . diff --git a/pages/common/rails-generate.md b/pages/common/rails-generate.md index db431d582b9060..4d0abb858dff88 100644 --- a/pages/common/rails-generate.md +++ b/pages/common/rails-generate.md @@ -11,7 +11,7 @@ `rails generate model {{Post}} {{title:string}} {{body:text}}` -- Generate a new controller named Posts with actions index, show, new and create: +- Generate a new controller named Posts with actions index, show, new, and create: `rails generate controller {{Posts}} {{index}} {{show}} {{new}} {{create}}` diff --git a/pages/common/rbash.md b/pages/common/rbash.md index a8eb9840d37d71..406efb6fe0b34b 100644 --- a/pages/common/rbash.md +++ b/pages/common/rbash.md @@ -2,7 +2,6 @@ > Restricted Bash shell, equivalent to `bash --restricted`. > Does not permit changing the working directory, redirecting command output, or modifying environment variables, among other things. -> See also: `histexpand` for history expansion. > More information: . - Start an interactive shell session: diff --git a/pages/common/rclone.md b/pages/common/rclone.md index c98ffde460271c..dd4b417a03eceb 100644 --- a/pages/common/rclone.md +++ b/pages/common/rclone.md @@ -1,6 +1,6 @@ # rclone -> Copy, synchronize or move files and directories to and from many cloud services. +> Copy, synchronize, or move files and directories to and from many cloud services. > More information: . - Launch an interactive menu to setup rclone: diff --git a/pages/common/rgrep.md b/pages/common/rgrep.md index 2e6560e31be408..89c914fff0769a 100644 --- a/pages/common/rgrep.md +++ b/pages/common/rgrep.md @@ -12,7 +12,7 @@ `rgrep {{[-i|--ignore-case]}} "{{search_pattern}}"` -- Recursively search for an extended `regex` pattern (supports `?`, `+`, `{}`, `()` and `|`) in the current working directory: +- Recursively search for an extended `regex` pattern (supports `?`, `+`, `{}`, `()`, and `|`) in the current working directory: `rgrep {{[-E|--extended-regexp]}} "{{search_pattern}}"` diff --git a/pages/common/rlwrap.md b/pages/common/rlwrap.md index f07f46f6ba535d..163a58eac42ad5 100644 --- a/pages/common/rlwrap.md +++ b/pages/common/rlwrap.md @@ -1,9 +1,9 @@ # rlwrap -> Add line editing, persistent history and prompt completion to a REPL command. +> Add line editing, persistent history, and prompt completion to a REPL command. > More information: . -- Run a REPL command with line editing, persistent history and prompt completion: +- Run a REPL command with line editing, persistent history, and prompt completion: `rlwrap {{command}}` @@ -19,6 +19,6 @@ `rlwrap {{[-c|--complete-filenames]}} {{command}}` -- Add coloured prompts, use colour name, or an ASCI-conformant colour specification. Use an uppercase colour name for bold styling: +- Add coloured prompts, use colour name or an ANSI-conformant colour specification. Use an uppercase colour name for bold styling: `rlwrap {{[-p|--prompt-colour=]}}{{black|red|green|yellow|blue|cyan|purple|white|colour_spec}} {{command}}` diff --git a/pages/common/roll.md b/pages/common/roll.md index 831d3527ee1f6f..17a57d453dff96 100644 --- a/pages/common/roll.md +++ b/pages/common/roll.md @@ -7,11 +7,11 @@ `roll {{3d}}` -- Roll 1 8-sided die, add 3 and sum the results: +- Roll 1 8-sided die, add 3, and sum the results: `roll {{d8 + 3}}` -- Roll 4 6-sided dice, keep the 3 highest results and sum the results: +- Roll 4 6-sided dice, keep the 3 highest results, and sum the results: `roll {{4d6h3}}` diff --git a/pages/common/rsync.md b/pages/common/rsync.md index 138520ede428f8..3e6672c6a434f0 100644 --- a/pages/common/rsync.md +++ b/pages/common/rsync.md @@ -8,7 +8,7 @@ `rsync {{path/to/source}} {{path/to/destination}}` -- Use archive mode (recursively copy directories, copy symlinks without resolving, and preserve permissions, ownership and modification times): +- Use archive mode (recursively copy directories, copy symlinks without resolving, and preserve permissions, ownership, and modification times): `rsync {{[-a|--archive]}} {{path/to/source}} {{path/to/destination}}` diff --git a/pages/common/rustup-set.md b/pages/common/rustup-set.md index 7c504cf6d3f128..c33a825675fc8f 100644 --- a/pages/common/rustup-set.md +++ b/pages/common/rustup-set.md @@ -7,7 +7,7 @@ `rustup set default-host {{host_triple}}` -- Set the default profile (`minimal` includes only `rustc`, `rust-std` and `cargo`, whereas `default` adds `rust-docs`, `rustfmt` and `clippy`): +- Set the default profile (`minimal` includes only `rustc`, `rust-std`, and `cargo`, whereas `default` adds `rust-docs`, `rustfmt`, and `clippy`): `rustup set profile {{minimal|default}}` diff --git a/pages/common/sfdk-config.md b/pages/common/sfdk-config.md index 39359e940337a6..4a5ef9cbcb9ac8 100644 --- a/pages/common/sfdk-config.md +++ b/pages/common/sfdk-config.md @@ -23,6 +23,6 @@ `sfdk --drop {{name}}` -- Run subcommand in specified scope (`global`, `session` or `command`): +- Run subcommand in specified scope (`global`, `session`, or `command`): `sfdk config --{{scope}} {{subcommand}}` diff --git a/pages/common/sfdk-deploy.md b/pages/common/sfdk-deploy.md index a638cca4bd682c..98e3b52c9e9bd6 100644 --- a/pages/common/sfdk-deploy.md +++ b/pages/common/sfdk-deploy.md @@ -3,7 +3,7 @@ > Deploy build results to a device. > More information: . -- Deploy using a specified method (`pkcon`, `rsync`, `sdk`, `zypper`, `zypper-dup` or `manual`): +- Deploy using a specified method (`pkcon`, `rsync`, `sdk`, `zypper`, `zypper-dup`, or `manual`): `sfdk deploy --{{method}}` @@ -19,6 +19,6 @@ `sfdk deploy --{{method}} "-ignore*"` -- Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk` or `zypper`): +- Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk`, or `zypper`): `sfdk undeploy --{{method}}` diff --git a/pages/common/sfdk-undeploy.md b/pages/common/sfdk-undeploy.md index 2b25c327ac1832..05a5ba1e372c51 100644 --- a/pages/common/sfdk-undeploy.md +++ b/pages/common/sfdk-undeploy.md @@ -3,7 +3,7 @@ > Undeploy build results from a device. > More information: . -- Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk` or `zypper`): +- Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk`, or `zypper`): `sfdk undeploy --{{method}}` diff --git a/pages/common/sox.md b/pages/common/sox.md index 404de2a0833029..2a43ce644b0028 100644 --- a/pages/common/sox.md +++ b/pages/common/sox.md @@ -1,6 +1,6 @@ # sox -> Sound eXchange: play, record and convert audio files. +> Sound eXchange: play, record, and convert audio files. > Audio formats are identified by the extension. > More information: . diff --git a/pages/common/sui-client-ptb.md b/pages/common/sui-client-ptb.md index 9652bb16590b08..4c30e91a0d597d 100644 --- a/pages/common/sui-client-ptb.md +++ b/pages/common/sui-client-ptb.md @@ -1,6 +1,6 @@ # sui client ptb -> Create, sign and execute programmable transaction blocks. +> Create, sign, and execute programmable transaction blocks. > More information: . - Call a Move function from a package and module: @@ -19,6 +19,6 @@ `sui client ptb --transfer-objects "[{{object_id}}]" @{{address}}` -- Publish a Move package, and transfer the upgrade capability to sender: +- Publish a Move package and transfer the upgrade capability to sender: `sui client ptb --move-call sui::tx_context::sender --assign sender --publish "." --assign upgrade_cap --transfer-objects "[upgrade_cap]" sender` diff --git a/pages/common/swift.md b/pages/common/swift.md index 6fdc7c60ab7348..a1c12d936ccedc 100644 --- a/pages/common/swift.md +++ b/pages/common/swift.md @@ -1,6 +1,6 @@ # swift -> Create, run and build Swift projects. +> Create, run, and build Swift projects. > More information: . - Start a REPL (interactive shell): diff --git a/pages/common/ugrep.md b/pages/common/ugrep.md index f69a0625ed5375..21f9940182139a 100644 --- a/pages/common/ugrep.md +++ b/pages/common/ugrep.md @@ -19,7 +19,7 @@ `ugrep {{[-l|--files-with-matches]}} "{{search_pattern}}"` -- Fuzzy search files with up to 3 extra, missing or mismatching characters in the pattern: +- Fuzzy search files with up to 3 extra, missing, or mismatching characters in the pattern: `ugrep {{[-Z|--fuzzy=]}}{{3}} "{{search_pattern}}"` diff --git a/pages/common/uname.md b/pages/common/uname.md index 506eee681c1ba1..573de65b105fc1 100644 --- a/pages/common/uname.md +++ b/pages/common/uname.md @@ -16,7 +16,7 @@ `uname {{[-mp|--machine --processor]}}` -- Print kernel name, kernel release and kernel version: +- Print kernel name, kernel release, and kernel version: `uname {{[-srv|--kernel-name --kernel-release --kernel-version]}}` diff --git a/pages/common/verilator.md b/pages/common/verilator.md index e289c232f391b8..f8d36673e39aa6 100644 --- a/pages/common/verilator.md +++ b/pages/common/verilator.md @@ -15,6 +15,6 @@ `verilator --lint-only -Wall` -- Create XML output about the design (files, modules, instance hierarchy, logic and data types) to feed into other tools: +- Create XML output about the design (files, modules, instance hierarchy, logic, and data types) to feed into other tools: `verilator --xml-output -Wall {{path/to/output.xml}}` diff --git a/pages/common/virsh.md b/pages/common/virsh.md index bf447aadc8414a..3bd67c71a2f2c1 100644 --- a/pages/common/virsh.md +++ b/pages/common/virsh.md @@ -1,6 +1,7 @@ # virsh -> Manage `virsh` guest domains. (Note: `guest_id` can be the ID, name or UUID of the guest). +> Manage `virsh` guest domains. +> Note: `guest_id` can be the ID, name, or UUID of the guest. > Some subcommands such as `list` have their own usage documentation. > More information: . diff --git a/pages/common/xargs.md b/pages/common/xargs.md index afcbd4440526f4..b1cf99d111908c 100644 --- a/pages/common/xargs.md +++ b/pages/common/xargs.md @@ -1,7 +1,7 @@ # xargs > Execute a command with piped arguments coming from another command, a file, etc. -> The input is treated as a single block of text and split into separate pieces on spaces, tabs, newlines and end-of-file. +> The input is treated as a single block of text and split into separate pieces on spaces, tabs, newlines, and end-of-file. > More information: . - Run a command using the input data as arguments: @@ -12,7 +12,7 @@ `{{arguments_source}} | xargs sh -c "{{command1}} && {{command2}} | {{command3}}"` -- Gzip all files with `.log` extension taking advantage of multiple threads (`-print0` uses a null character to split file names, and `-0` uses it as delimiter): +- Gzip all files with `.log` extension taking advantage of multiple threads (`-print0` uses a null character to split file names and `--null` uses it as delimiter): `find . -name '*.log' -print0 | xargs {{[-0|--null]}} {{[-P|--max-procs]}} {{4}} {{[-n|--max-args]}} 1 gzip` diff --git a/pages/common/xml.md b/pages/common/xml.md index 2879bc6319c378..7de39ec2e49fc3 100644 --- a/pages/common/xml.md +++ b/pages/common/xml.md @@ -1,6 +1,6 @@ # xml -> XMLStarlet Toolkit: query, edit, check, convert and transform XML documents. +> XMLStarlet Toolkit: query, edit, check, convert, and transform XML documents. > Some subcommands such as `xml validate` have their own usage documentation. > More information: . diff --git a/pages/common/xzgrep.md b/pages/common/xzgrep.md index 1037ae38ef911a..3111075053248b 100644 --- a/pages/common/xzgrep.md +++ b/pages/common/xzgrep.md @@ -16,7 +16,7 @@ `xzgrep {{[-n|--line-number]}} "{{search_pattern}}" {{path/to/file}}` -- Use extended `regex` (supports `?`, `+`, `{}`, `()` and `|`), in case-insensitive mode: +- Use extended `regex` (supports `?`, `+`, `{}`, `()`, and `|`), in case-insensitive mode: `xzgrep {{[-E|--extended-regexp]}} {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}` diff --git a/pages/common/yolo.md b/pages/common/yolo.md index d267ff6cc463d7..72019dccdda060 100644 --- a/pages/common/yolo.md +++ b/pages/common/yolo.md @@ -1,6 +1,6 @@ # yolo -> Train, validate or infer models on various tasks and versions. +> Train, validate, or infer models on various tasks and versions. > More information: . - Create a copy of the default configuration in your current working directory: diff --git a/pages/common/zipgrep.md b/pages/common/zipgrep.md index ac0733b04a0f02..cafb3b159db320 100644 --- a/pages/common/zipgrep.md +++ b/pages/common/zipgrep.md @@ -1,6 +1,6 @@ # zipgrep -> Find patterns in files in a Zip archive using extended `regex` (supports `?`, `+`, `{}`, `()` and `|`). +> Find patterns in files in a Zip archive using extended `regex` (supports `?`, `+`, `{}`, `()`, and `|`). > More information: . - Search for a pattern within a Zip archive: