diff --git a/tldr/django-admin b/tldr/django-admin index 938964fd..48613dc8 100644 --- a/tldr/django-admin +++ b/tldr/django-admin @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # django-admin > Django’s utility for administrative tasks. -> More information: . +> More information: . - Create a new Django project: diff --git a/tldr/flask b/tldr/flask index 20784a16..29250937 100644 --- a/tldr/flask +++ b/tldr/flask @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # flask > A general utility script for Flask applications. Loads the application defined in the `FLASK_APP` environment variable. -> More information: . +> More information: . - Run a development server: diff --git a/tldr/gprof b/tldr/gprof index 99f63c2f..ce61cb92 100644 --- a/tldr/gprof +++ b/tldr/gprof @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Performance analysis tool for many programming languages. > It profiles the function executions of a program. -> More information: . +> More information: . - Compile binary to default `a.out` with gprof information and run it to get `gmon.out`: diff --git a/tldr/gst-inspect-1.0 b/tldr/gst-inspect-1.0 index f4b1a9cc..b4ce7413 100644 --- a/tldr/gst-inspect-1.0 +++ b/tldr/gst-inspect-1.0 @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gst-inspect-1.0 > Print information on GStreamer plugins. -> More information: . +> More information: . - Print information on a plugin: diff --git a/tldr/gst-launch-1.0 b/tldr/gst-launch-1.0 index a0a501db..b2778914 100644 --- a/tldr/gst-launch-1.0 +++ b/tldr/gst-launch-1.0 @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # gst-launch-1.0 > Build and run a GStreamer pipeline. -> More information: . +> More information: . - Play test video in a window: diff --git a/tldr/influx b/tldr/influx index 66781a0f..026c2697 100644 --- a/tldr/influx +++ b/tldr/influx @@ -5,8 +5,8 @@ source: https://github.com/tldr-pages/tldr.git --- # influx -> InfluxDB command-line client. -> More information: . +> InfluxDB v1 command-line client. +> More information: . - Connect to an InfluxDB running on localhost with no credentials: diff --git a/tldr/initdb b/tldr/initdb index 29cb8be2..c497b33d 100644 --- a/tldr/initdb +++ b/tldr/initdb @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # initdb > Create a PostgreSQL database on disk. -> More information: . +> More information: . - Create a database at `/usr/local/var/postgres`: diff --git a/tldr/ipcalc b/tldr/ipcalc index 511a202b..60ce994c 100644 --- a/tldr/ipcalc +++ b/tldr/ipcalc @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # ipcalc -> A tool to calculate IP information (subnet, broadcast, host range) from an IP address and netmask. +> Calculate IP information (subnet, broadcast, host range) from an IP address and netmask. > More information: . - Display network info for an IP address: @@ -14,16 +14,20 @@ source: https://github.com/tldr-pages/tldr.git - Display network info using CIDR notation: -`ipcalc {{192.168.0.1/24}}` +`ipcalc {{192.168.0.1}}/{{24}}` -- Display network info using a separate netmask: +- Display network info using a dotted decimal netmask: `ipcalc {{192.168.0.1}} {{255.255.255.0}}` -- Show only CIDR notation output: +- Suppress bitwise output: -`ipcalc {{[-c|--class]}} {{192.168.0.1/24}}` +`ipcalc {{[-b|--nobinary]}} {{192.168.0.1}}` + +- Split a network into specified sized blocks: + +`ipcalc {{[-s|--split]}} {{size1 size2 size3 ...}} {{192.168.0.1}}` - Show version information: -`ipcalc --version` +`ipcalc {{[-v|--version]}}` diff --git a/tldr/kinit b/tldr/kinit index d0b474e1..810d5da8 100644 --- a/tldr/kinit +++ b/tldr/kinit @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Authenticate a principal with a Kerberos server to gain and cache a ticket. > Note: A Kerberos principal can be either a user, service, or application. -> More information: . +> More information: . - Authenticate a user and obtain a ticket-granting ticket: diff --git a/tldr/ld b/tldr/ld index aad52253..2dca062a 100644 --- a/tldr/ld +++ b/tldr/ld @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # ld > Link object files together. -> More information: . +> More information: . - Link a specific object file with no dependencies into an executable: diff --git a/tldr/linux/xrdb b/tldr/linux/xrdb index 284e54d9..b142e4b3 100644 --- a/tldr/linux/xrdb +++ b/tldr/linux/xrdb @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # xrdb > X window server's resource database utility for Unix-like systems. -> More information: . +> More information: . - Start `xrdb` in interactive mode: diff --git a/tldr/musescore b/tldr/musescore index cb9d8f18..604cd179 100644 --- a/tldr/musescore +++ b/tldr/musescore @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > MuseScore 3 sheet music editor. > See also: `lilypond`. -> More information: . +> More information: . - Use a specific audio driver: diff --git a/tldr/npm-uninstall b/tldr/npm-uninstall index 2210b3cb..7dae0f5a 100644 --- a/tldr/npm-uninstall +++ b/tldr/npm-uninstall @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # npm uninstall > Remove a package. -> More information: . +> More information: . - Remove a package from the current project: diff --git a/tldr/npm-unpublish b/tldr/npm-unpublish index 4e015f09..d4252e35 100644 --- a/tldr/npm-unpublish +++ b/tldr/npm-unpublish @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # npm unpublish > Remove a package from the npm registry. -> More information: . +> More information: . - Unpublish a specific package version: diff --git a/tldr/oc b/tldr/oc index 09660a99..456928c5 100644 --- a/tldr/oc +++ b/tldr/oc @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > The OpenShift Container Platform CLI. > Allows for application and container management. -> More information: . +> More information: . - Log in to the OpenShift Container Platform server: diff --git a/tldr/osx/g[ b/tldr/osx/g[ index dd806c6a..d30af753 100644 --- a/tldr/osx/g[ +++ b/tldr/osx/g[ @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux [` +`tldr {{[-p|--platform]}} linux [` diff --git a/tldr/osx/gb2sum b/tldr/osx/gb2sum index 5a96ef8f..c70575ba 100644 --- a/tldr/osx/gb2sum +++ b/tldr/osx/gb2sum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux b2sum` +`tldr {{[-p|--platform]}} linux b2sum` diff --git a/tldr/osx/gbase32 b/tldr/osx/gbase32 index b6d43360..8e33ca6e 100644 --- a/tldr/osx/gbase32 +++ b/tldr/osx/gbase32 @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux base32` +`tldr {{[-p|--platform]}} linux base32` diff --git a/tldr/osx/gbase64 b/tldr/osx/gbase64 index ac98dcd5..e82fffee 100644 --- a/tldr/osx/gbase64 +++ b/tldr/osx/gbase64 @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux base64` +`tldr {{[-p|--platform]}} linux base64` diff --git a/tldr/osx/gbasename b/tldr/osx/gbasename index d194b37d..2fa50278 100644 --- a/tldr/osx/gbasename +++ b/tldr/osx/gbasename @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux basename` +`tldr {{[-p|--platform]}} linux basename` diff --git a/tldr/osx/gbasenc b/tldr/osx/gbasenc index 18b34f02..9e796055 100644 --- a/tldr/osx/gbasenc +++ b/tldr/osx/gbasenc @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux basenc` +`tldr {{[-p|--platform]}} linux basenc` diff --git a/tldr/osx/gcat b/tldr/osx/gcat index e91c1bfe..e85c3666 100644 --- a/tldr/osx/gcat +++ b/tldr/osx/gcat @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux cat` +`tldr {{[-p|--platform]}} linux cat` diff --git a/tldr/osx/gchcon b/tldr/osx/gchcon index d9cbbb57..b19a4282 100644 --- a/tldr/osx/gchcon +++ b/tldr/osx/gchcon @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux chcon` +`tldr {{[-p|--platform]}} linux chcon` diff --git a/tldr/osx/gchgrp b/tldr/osx/gchgrp index 4714e661..5ffc5817 100644 --- a/tldr/osx/gchgrp +++ b/tldr/osx/gchgrp @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux chgrp` +`tldr {{[-p|--platform]}} linux chgrp` diff --git a/tldr/osx/gchmod b/tldr/osx/gchmod index 0f685853..57b4814a 100644 --- a/tldr/osx/gchmod +++ b/tldr/osx/gchmod @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux chmod` +`tldr {{[-p|--platform]}} linux chmod` diff --git a/tldr/osx/gchown b/tldr/osx/gchown index 24fbd0b0..93981e54 100644 --- a/tldr/osx/gchown +++ b/tldr/osx/gchown @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux chown` +`tldr {{[-p|--platform]}} linux chown` diff --git a/tldr/osx/gchroot b/tldr/osx/gchroot index c02c1dba..4a3479e8 100644 --- a/tldr/osx/gchroot +++ b/tldr/osx/gchroot @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux chroot` +`tldr {{[-p|--platform]}} linux chroot` diff --git a/tldr/osx/gcksum b/tldr/osx/gcksum index 7a436438..e0831d50 100644 --- a/tldr/osx/gcksum +++ b/tldr/osx/gcksum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux cksum` +`tldr {{[-p|--platform]}} linux cksum` diff --git a/tldr/osx/gcomm b/tldr/osx/gcomm index 24bf5647..96664e17 100644 --- a/tldr/osx/gcomm +++ b/tldr/osx/gcomm @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux comm` +`tldr {{[-p|--platform]}} linux comm` diff --git a/tldr/osx/gcp b/tldr/osx/gcp index b2ed11e4..33066bb9 100644 --- a/tldr/osx/gcp +++ b/tldr/osx/gcp @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux cp` +`tldr {{[-p|--platform]}} linux cp` diff --git a/tldr/osx/gcsplit b/tldr/osx/gcsplit index 24a1c8b0..c1555136 100644 --- a/tldr/osx/gcsplit +++ b/tldr/osx/gcsplit @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux csplit` +`tldr {{[-p|--platform]}} linux csplit` diff --git a/tldr/osx/gcut b/tldr/osx/gcut index 6f8277f0..6e767b00 100644 --- a/tldr/osx/gcut +++ b/tldr/osx/gcut @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux cut` +`tldr {{[-p|--platform]}} linux cut` diff --git a/tldr/osx/gdate b/tldr/osx/gdate index 1524504f..baa4f4ef 100644 --- a/tldr/osx/gdate +++ b/tldr/osx/gdate @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux date` +`tldr {{[-p|--platform]}} linux date` diff --git a/tldr/osx/gdd b/tldr/osx/gdd index 88c1d75f..d25db8df 100644 --- a/tldr/osx/gdd +++ b/tldr/osx/gdd @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux dd` +`tldr {{[-p|--platform]}} linux dd` diff --git a/tldr/osx/gdf b/tldr/osx/gdf index 203c6ed0..9bc3adeb 100644 --- a/tldr/osx/gdf +++ b/tldr/osx/gdf @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux df` +`tldr {{[-p|--platform]}} linux df` diff --git a/tldr/osx/gdir b/tldr/osx/gdir index 37655c55..8dd4133f 100644 --- a/tldr/osx/gdir +++ b/tldr/osx/gdir @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux dir` +`tldr {{[-p|--platform]}} linux dir` diff --git a/tldr/osx/gdircolors b/tldr/osx/gdircolors index a6411ddd..f8bcce51 100644 --- a/tldr/osx/gdircolors +++ b/tldr/osx/gdircolors @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux dircolors` +`tldr {{[-p|--platform]}} linux dircolors` diff --git a/tldr/osx/gdirname b/tldr/osx/gdirname index a1110b88..c8bb73cc 100644 --- a/tldr/osx/gdirname +++ b/tldr/osx/gdirname @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux dirname` +`tldr {{[-p|--platform]}} linux dirname` diff --git a/tldr/osx/gdnsdomainname b/tldr/osx/gdnsdomainname index e22c7bed..b62d2f69 100644 --- a/tldr/osx/gdnsdomainname +++ b/tldr/osx/gdnsdomainname @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux dnsdomainname` +`tldr {{[-p|--platform]}} linux dnsdomainname` diff --git a/tldr/osx/gecho b/tldr/osx/gecho index 17acbe64..ae1eb190 100644 --- a/tldr/osx/gecho +++ b/tldr/osx/gecho @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux echo` +`tldr {{[-p|--platform]}} linux echo` diff --git a/tldr/osx/ged b/tldr/osx/ged index 3848df91..5e0e77c9 100644 --- a/tldr/osx/ged +++ b/tldr/osx/ged @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux ed` +`tldr {{[-p|--platform]}} linux ed` diff --git a/tldr/osx/gegrep b/tldr/osx/gegrep index 7d03e51d..0eecd8f0 100644 --- a/tldr/osx/gegrep +++ b/tldr/osx/gegrep @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux egrep` +`tldr {{[-p|--platform]}} linux egrep` diff --git a/tldr/osx/genv b/tldr/osx/genv index b0c7e17d..d42f08d8 100644 --- a/tldr/osx/genv +++ b/tldr/osx/genv @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux env` +`tldr {{[-p|--platform]}} linux env` diff --git a/tldr/osx/gexpand b/tldr/osx/gexpand index fe5db039..afe007c3 100644 --- a/tldr/osx/gexpand +++ b/tldr/osx/gexpand @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux expand` +`tldr {{[-p|--platform]}} linux expand` diff --git a/tldr/osx/gexpr b/tldr/osx/gexpr index e912af21..2d81bddc 100644 --- a/tldr/osx/gexpr +++ b/tldr/osx/gexpr @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux expr` +`tldr {{[-p|--platform]}} linux expr` diff --git a/tldr/osx/gfactor b/tldr/osx/gfactor index cb0454ff..0c83c911 100644 --- a/tldr/osx/gfactor +++ b/tldr/osx/gfactor @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux factor` +`tldr {{[-p|--platform]}} linux factor` diff --git a/tldr/osx/gfalse b/tldr/osx/gfalse index 5cccd3df..bbc1e2a5 100644 --- a/tldr/osx/gfalse +++ b/tldr/osx/gfalse @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux false` +`tldr {{[-p|--platform]}} linux false` diff --git a/tldr/osx/gfgrep b/tldr/osx/gfgrep index 78d79920..f2b9512c 100644 --- a/tldr/osx/gfgrep +++ b/tldr/osx/gfgrep @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux fgrep` +`tldr {{[-p|--platform]}} linux fgrep` diff --git a/tldr/osx/gfind b/tldr/osx/gfind index e5357264..c4533bfd 100644 --- a/tldr/osx/gfind +++ b/tldr/osx/gfind @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux find` +`tldr {{[-p|--platform]}} linux find` diff --git a/tldr/osx/gfmt b/tldr/osx/gfmt index 83fb773c..1eab5e62 100644 --- a/tldr/osx/gfmt +++ b/tldr/osx/gfmt @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux fmt` +`tldr {{[-p|--platform]}} linux fmt` diff --git a/tldr/osx/gfold b/tldr/osx/gfold index 91e8cace..5310fe09 100644 --- a/tldr/osx/gfold +++ b/tldr/osx/gfold @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux fold` +`tldr {{[-p|--platform]}} linux fold` diff --git a/tldr/osx/gftp b/tldr/osx/gftp index 85ce43df..308ebfd2 100644 --- a/tldr/osx/gftp +++ b/tldr/osx/gftp @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux ftp` +`tldr {{[-p|--platform]}} linux ftp` diff --git a/tldr/osx/ggrep b/tldr/osx/ggrep index c862a4de..5c5bd287 100644 --- a/tldr/osx/ggrep +++ b/tldr/osx/ggrep @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux grep` +`tldr {{[-p|--platform]}} linux grep` diff --git a/tldr/osx/ggroups b/tldr/osx/ggroups index c02a3bb8..1713a5dc 100644 --- a/tldr/osx/ggroups +++ b/tldr/osx/ggroups @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux groups` +`tldr {{[-p|--platform]}} linux groups` diff --git a/tldr/osx/ghead b/tldr/osx/ghead index d9fd88c3..76dfae4a 100644 --- a/tldr/osx/ghead +++ b/tldr/osx/ghead @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux head` +`tldr {{[-p|--platform]}} linux head` diff --git a/tldr/osx/ghostid b/tldr/osx/ghostid index d82a5d58..9f152903 100644 --- a/tldr/osx/ghostid +++ b/tldr/osx/ghostid @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux hostid` +`tldr {{[-p|--platform]}} linux hostid` diff --git a/tldr/osx/ghostname b/tldr/osx/ghostname index e6785c98..d83ff235 100644 --- a/tldr/osx/ghostname +++ b/tldr/osx/ghostname @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux hostname` +`tldr {{[-p|--platform]}} linux hostname` diff --git a/tldr/osx/gid b/tldr/osx/gid index 4d4369e3..c8f112b0 100644 --- a/tldr/osx/gid +++ b/tldr/osx/gid @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux id` +`tldr {{[-p|--platform]}} linux id` diff --git a/tldr/osx/gifconfig b/tldr/osx/gifconfig index d3500f14..98312267 100644 --- a/tldr/osx/gifconfig +++ b/tldr/osx/gifconfig @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux ifconfig` +`tldr {{[-p|--platform]}} linux ifconfig` diff --git a/tldr/osx/gindent b/tldr/osx/gindent index a872e1c2..fdb33238 100644 --- a/tldr/osx/gindent +++ b/tldr/osx/gindent @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux indent` +`tldr {{[-p|--platform]}} linux indent` diff --git a/tldr/osx/ginstall b/tldr/osx/ginstall index 0817da18..c6b01f14 100644 --- a/tldr/osx/ginstall +++ b/tldr/osx/ginstall @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux install` +`tldr {{[-p|--platform]}} linux install` diff --git a/tldr/osx/gjoin b/tldr/osx/gjoin index 94566669..e0c70a44 100644 --- a/tldr/osx/gjoin +++ b/tldr/osx/gjoin @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux join` +`tldr {{[-p|--platform]}} linux join` diff --git a/tldr/osx/gkill b/tldr/osx/gkill index ec914251..2d5ee886 100644 --- a/tldr/osx/gkill +++ b/tldr/osx/gkill @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux kill` +`tldr {{[-p|--platform]}} linux kill` diff --git a/tldr/osx/glibtool b/tldr/osx/glibtool index 2c9f8b79..0977b80a 100644 --- a/tldr/osx/glibtool +++ b/tldr/osx/glibtool @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux libtool` +`tldr {{[-p|--platform]}} linux libtool` diff --git a/tldr/osx/glibtoolize b/tldr/osx/glibtoolize index b227ef34..2b0664fc 100644 --- a/tldr/osx/glibtoolize +++ b/tldr/osx/glibtoolize @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux libtoolize` +`tldr {{[-p|--platform]}} linux libtoolize` diff --git a/tldr/osx/glink b/tldr/osx/glink index a565a3ba..2b72ee01 100644 --- a/tldr/osx/glink +++ b/tldr/osx/glink @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux link` +`tldr {{[-p|--platform]}} linux link` diff --git a/tldr/osx/gln b/tldr/osx/gln index 01b6d84c..a9b5ffa4 100644 --- a/tldr/osx/gln +++ b/tldr/osx/gln @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux ln` +`tldr {{[-p|--platform]}} linux ln` diff --git a/tldr/osx/glocate b/tldr/osx/glocate index 0dc0bf70..c9b49b46 100644 --- a/tldr/osx/glocate +++ b/tldr/osx/glocate @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux locate` +`tldr {{[-p|--platform]}} linux locate` diff --git a/tldr/osx/glogger b/tldr/osx/glogger index 96687941..44b7cff1 100644 --- a/tldr/osx/glogger +++ b/tldr/osx/glogger @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux logger` +`tldr {{[-p|--platform]}} linux logger` diff --git a/tldr/osx/glogname b/tldr/osx/glogname index 74667f20..190c7dea 100644 --- a/tldr/osx/glogname +++ b/tldr/osx/glogname @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux logname` +`tldr {{[-p|--platform]}} linux logname` diff --git a/tldr/osx/gls b/tldr/osx/gls index 66ae29d1..ce5ea8b3 100644 --- a/tldr/osx/gls +++ b/tldr/osx/gls @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux ls` +`tldr {{[-p|--platform]}} linux ls` diff --git a/tldr/osx/gmake b/tldr/osx/gmake index 34d9b27b..af040733 100644 --- a/tldr/osx/gmake +++ b/tldr/osx/gmake @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux make` +`tldr {{[-p|--platform]}} linux make` diff --git a/tldr/osx/gmd5sum b/tldr/osx/gmd5sum index 968b8488..8e2cf182 100644 --- a/tldr/osx/gmd5sum +++ b/tldr/osx/gmd5sum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux md5sum` +`tldr {{[-p|--platform]}} linux md5sum` diff --git a/tldr/osx/gmkdir b/tldr/osx/gmkdir index 02e93de4..d788b01f 100644 --- a/tldr/osx/gmkdir +++ b/tldr/osx/gmkdir @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux mkdir` +`tldr {{[-p|--platform]}} linux mkdir` diff --git a/tldr/osx/gmkfifo b/tldr/osx/gmkfifo index 5aad8d6f..c8a0d74e 100644 --- a/tldr/osx/gmkfifo +++ b/tldr/osx/gmkfifo @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux mkfifo` +`tldr {{[-p|--platform]}} linux mkfifo` diff --git a/tldr/osx/gmknod b/tldr/osx/gmknod index bfdf163f..6b53a387 100644 --- a/tldr/osx/gmknod +++ b/tldr/osx/gmknod @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux mknod` +`tldr {{[-p|--platform]}} linux mknod` diff --git a/tldr/osx/gmktemp b/tldr/osx/gmktemp index 46e5b0ff..57c82fd1 100644 --- a/tldr/osx/gmktemp +++ b/tldr/osx/gmktemp @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux mktemp` +`tldr {{[-p|--platform]}} linux mktemp` diff --git a/tldr/osx/gmv b/tldr/osx/gmv index ebb43180..c416f8b7 100644 --- a/tldr/osx/gmv +++ b/tldr/osx/gmv @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux mv` +`tldr {{[-p|--platform]}} linux mv` diff --git a/tldr/osx/gnice b/tldr/osx/gnice index b661f98a..dfad871f 100644 --- a/tldr/osx/gnice +++ b/tldr/osx/gnice @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux nice` +`tldr {{[-p|--platform]}} linux nice` diff --git a/tldr/osx/gnl b/tldr/osx/gnl index 36377e50..8fc3f966 100644 --- a/tldr/osx/gnl +++ b/tldr/osx/gnl @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux nl` +`tldr {{[-p|--platform]}} linux nl` diff --git a/tldr/osx/gnohup b/tldr/osx/gnohup index 740d3003..1eb7addc 100644 --- a/tldr/osx/gnohup +++ b/tldr/osx/gnohup @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux nohup` +`tldr {{[-p|--platform]}} linux nohup` diff --git a/tldr/osx/gnproc b/tldr/osx/gnproc index db7ad1c3..4caa6a3d 100644 --- a/tldr/osx/gnproc +++ b/tldr/osx/gnproc @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux nproc` +`tldr {{[-p|--platform]}} linux nproc` diff --git a/tldr/osx/god b/tldr/osx/god index c9a5d5b4..c9e5b008 100644 --- a/tldr/osx/god +++ b/tldr/osx/god @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux od` +`tldr {{[-p|--platform]}} linux od` diff --git a/tldr/osx/gpaste b/tldr/osx/gpaste index 9f4e038e..2e863422 100644 --- a/tldr/osx/gpaste +++ b/tldr/osx/gpaste @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux paste` +`tldr {{[-p|--platform]}} linux paste` diff --git a/tldr/osx/gpathchk b/tldr/osx/gpathchk index b1fdc212..2f3a1593 100644 --- a/tldr/osx/gpathchk +++ b/tldr/osx/gpathchk @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux pathchk` +`tldr {{[-p|--platform]}} linux pathchk` diff --git a/tldr/osx/gping b/tldr/osx/gping index 4b092a18..d2236e56 100644 --- a/tldr/osx/gping +++ b/tldr/osx/gping @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux ping` +`tldr {{[-p|--platform]}} linux ping` diff --git a/tldr/osx/gping6 b/tldr/osx/gping6 index 6d7784b4..24873701 100644 --- a/tldr/osx/gping6 +++ b/tldr/osx/gping6 @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux ping6` +`tldr {{[-p|--platform]}} linux ping6` diff --git a/tldr/osx/gpinky b/tldr/osx/gpinky index 7ef8d267..81446c24 100644 --- a/tldr/osx/gpinky +++ b/tldr/osx/gpinky @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux pinky` +`tldr {{[-p|--platform]}} linux pinky` diff --git a/tldr/osx/gpr b/tldr/osx/gpr index 80a3d525..2bebb0bc 100644 --- a/tldr/osx/gpr +++ b/tldr/osx/gpr @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux pr` +`tldr {{[-p|--platform]}} linux pr` diff --git a/tldr/osx/gprintenv b/tldr/osx/gprintenv index 6b222b18..ec9842ba 100644 --- a/tldr/osx/gprintenv +++ b/tldr/osx/gprintenv @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux printenv` +`tldr {{[-p|--platform]}} linux printenv` diff --git a/tldr/osx/gprintf b/tldr/osx/gprintf index d6d619d0..94095fea 100644 --- a/tldr/osx/gprintf +++ b/tldr/osx/gprintf @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux printf` +`tldr {{[-p|--platform]}} linux printf` diff --git a/tldr/osx/gptx b/tldr/osx/gptx index c8493809..ed94896f 100644 --- a/tldr/osx/gptx +++ b/tldr/osx/gptx @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux ptx` +`tldr {{[-p|--platform]}} linux ptx` diff --git a/tldr/osx/gpwd b/tldr/osx/gpwd index f1f8de00..101e37b8 100644 --- a/tldr/osx/gpwd +++ b/tldr/osx/gpwd @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux pwd` +`tldr {{[-p|--platform]}} linux pwd` diff --git a/tldr/osx/grcp b/tldr/osx/grcp index 08e2a998..ef0f6e52 100644 --- a/tldr/osx/grcp +++ b/tldr/osx/grcp @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux rcp` +`tldr {{[-p|--platform]}} linux rcp` diff --git a/tldr/osx/greadlink b/tldr/osx/greadlink index 6d25b86e..b3f5b3c5 100644 --- a/tldr/osx/greadlink +++ b/tldr/osx/greadlink @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux readlink` +`tldr {{[-p|--platform]}} linux readlink` diff --git a/tldr/osx/grealpath b/tldr/osx/grealpath index a7029809..7a57e9eb 100644 --- a/tldr/osx/grealpath +++ b/tldr/osx/grealpath @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux realpath` +`tldr {{[-p|--platform]}} linux realpath` diff --git a/tldr/osx/grexec b/tldr/osx/grexec index 094c8d8d..d247a56a 100644 --- a/tldr/osx/grexec +++ b/tldr/osx/grexec @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux rexec` +`tldr {{[-p|--platform]}} linux rexec` diff --git a/tldr/osx/grlogin b/tldr/osx/grlogin index 76c0664f..11315fb3 100644 --- a/tldr/osx/grlogin +++ b/tldr/osx/grlogin @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux rlogin` +`tldr {{[-p|--platform]}} linux rlogin` diff --git a/tldr/osx/grm b/tldr/osx/grm index af1cc626..482cf74a 100644 --- a/tldr/osx/grm +++ b/tldr/osx/grm @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux rm` +`tldr {{[-p|--platform]}} linux rm` diff --git a/tldr/osx/grmdir b/tldr/osx/grmdir index 8f5bdff9..3fd8851a 100644 --- a/tldr/osx/grmdir +++ b/tldr/osx/grmdir @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux rmdir` +`tldr {{[-p|--platform]}} linux rmdir` diff --git a/tldr/osx/grsh b/tldr/osx/grsh index be0411db..992f092c 100644 --- a/tldr/osx/grsh +++ b/tldr/osx/grsh @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux rsh` +`tldr {{[-p|--platform]}} linux rsh` diff --git a/tldr/osx/gruncon b/tldr/osx/gruncon index 768e6188..301fc2d0 100644 --- a/tldr/osx/gruncon +++ b/tldr/osx/gruncon @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux runcon` +`tldr {{[-p|--platform]}} linux runcon` diff --git a/tldr/osx/gsed b/tldr/osx/gsed index b8f4c233..a8b3d5e1 100644 --- a/tldr/osx/gsed +++ b/tldr/osx/gsed @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sed` +`tldr {{[-p|--platform]}} linux sed` diff --git a/tldr/osx/gseq b/tldr/osx/gseq index e5403a3b..4c9dd28c 100644 --- a/tldr/osx/gseq +++ b/tldr/osx/gseq @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux seq` +`tldr {{[-p|--platform]}} linux seq` diff --git a/tldr/osx/gsha1sum b/tldr/osx/gsha1sum index 37d2ebe5..9db15be5 100644 --- a/tldr/osx/gsha1sum +++ b/tldr/osx/gsha1sum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sha1sum` +`tldr {{[-p|--platform]}} linux sha1sum` diff --git a/tldr/osx/gsha224sum b/tldr/osx/gsha224sum index 444641ef..7b59a534 100644 --- a/tldr/osx/gsha224sum +++ b/tldr/osx/gsha224sum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sha224sum` +`tldr {{[-p|--platform]}} linux sha224sum` diff --git a/tldr/osx/gsha256sum b/tldr/osx/gsha256sum index f6abeedf..494f847b 100644 --- a/tldr/osx/gsha256sum +++ b/tldr/osx/gsha256sum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sha256sum` +`tldr {{[-p|--platform]}} linux sha256sum` diff --git a/tldr/osx/gsha384sum b/tldr/osx/gsha384sum index 6819a384..0615a762 100644 --- a/tldr/osx/gsha384sum +++ b/tldr/osx/gsha384sum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sha384sum` +`tldr {{[-p|--platform]}} linux sha384sum` diff --git a/tldr/osx/gsha512sum b/tldr/osx/gsha512sum index 715230dc..3fce85cb 100644 --- a/tldr/osx/gsha512sum +++ b/tldr/osx/gsha512sum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sha512sum` +`tldr {{[-p|--platform]}} linux sha512sum` diff --git a/tldr/osx/gshred b/tldr/osx/gshred index ac04c6eb..e1a6d666 100644 --- a/tldr/osx/gshred +++ b/tldr/osx/gshred @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux shred` +`tldr {{[-p|--platform]}} linux shred` diff --git a/tldr/osx/gshuf b/tldr/osx/gshuf index 59ec81b2..c60a1904 100644 --- a/tldr/osx/gshuf +++ b/tldr/osx/gshuf @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux shuf` +`tldr {{[-p|--platform]}} linux shuf` diff --git a/tldr/osx/gsleep b/tldr/osx/gsleep index 62de6f48..14b9f15f 100644 --- a/tldr/osx/gsleep +++ b/tldr/osx/gsleep @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sleep` +`tldr {{[-p|--platform]}} linux sleep` diff --git a/tldr/osx/gsort b/tldr/osx/gsort index 98d479ed..6fa873ae 100644 --- a/tldr/osx/gsort +++ b/tldr/osx/gsort @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sort` +`tldr {{[-p|--platform]}} linux sort` diff --git a/tldr/osx/gsplit b/tldr/osx/gsplit index ad29d453..dd2931e2 100644 --- a/tldr/osx/gsplit +++ b/tldr/osx/gsplit @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux split` +`tldr {{[-p|--platform]}} linux split` diff --git a/tldr/osx/gstat b/tldr/osx/gstat index 7b341780..e3cf6346 100644 --- a/tldr/osx/gstat +++ b/tldr/osx/gstat @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux stat` +`tldr {{[-p|--platform]}} linux stat` diff --git a/tldr/osx/gstdbuf b/tldr/osx/gstdbuf index 36dca9e3..a338e8fc 100644 --- a/tldr/osx/gstdbuf +++ b/tldr/osx/gstdbuf @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux stdbuf` +`tldr {{[-p|--platform]}} linux stdbuf` diff --git a/tldr/osx/gstty b/tldr/osx/gstty index 45c10fc8..e56224f6 100644 --- a/tldr/osx/gstty +++ b/tldr/osx/gstty @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux stty` +`tldr {{[-p|--platform]}} linux stty` diff --git a/tldr/osx/gsum b/tldr/osx/gsum index 430a06a6..c8f6f8b6 100644 --- a/tldr/osx/gsum +++ b/tldr/osx/gsum @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sum` +`tldr {{[-p|--platform]}} linux sum` diff --git a/tldr/osx/gsync b/tldr/osx/gsync index 424d520a..127abf20 100644 --- a/tldr/osx/gsync +++ b/tldr/osx/gsync @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux sync` +`tldr {{[-p|--platform]}} linux sync` diff --git a/tldr/osx/gtac b/tldr/osx/gtac index 50a71524..61016adc 100644 --- a/tldr/osx/gtac +++ b/tldr/osx/gtac @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux tac` +`tldr {{[-p|--platform]}} linux tac` diff --git a/tldr/osx/gtail b/tldr/osx/gtail index 8ff16fed..1abc0b16 100644 --- a/tldr/osx/gtail +++ b/tldr/osx/gtail @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux tail` +`tldr {{[-p|--platform]}} linux tail` diff --git a/tldr/osx/gtalk b/tldr/osx/gtalk index c5332c14..77cdf212 100644 --- a/tldr/osx/gtalk +++ b/tldr/osx/gtalk @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux talk` +`tldr {{[-p|--platform]}} linux talk` diff --git a/tldr/osx/gtar b/tldr/osx/gtar index df1cdf1a..37eb7e55 100644 --- a/tldr/osx/gtar +++ b/tldr/osx/gtar @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux tar` +`tldr {{[-p|--platform]}} linux tar` diff --git a/tldr/osx/gtee b/tldr/osx/gtee index 05d3aef0..ce8751e2 100644 --- a/tldr/osx/gtee +++ b/tldr/osx/gtee @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux tee` +`tldr {{[-p|--platform]}} linux tee` diff --git a/tldr/osx/gtelnet b/tldr/osx/gtelnet index e34f4942..05fd939b 100644 --- a/tldr/osx/gtelnet +++ b/tldr/osx/gtelnet @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux telnet` +`tldr {{[-p|--platform]}} linux telnet` diff --git a/tldr/osx/gtest b/tldr/osx/gtest index 8db72dad..533f2cb3 100644 --- a/tldr/osx/gtest +++ b/tldr/osx/gtest @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux test` +`tldr {{[-p|--platform]}} linux test` diff --git a/tldr/osx/gtftp b/tldr/osx/gtftp index 5f74ed51..cfc651ec 100644 --- a/tldr/osx/gtftp +++ b/tldr/osx/gtftp @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux tftp` +`tldr {{[-p|--platform]}} linux tftp` diff --git a/tldr/osx/gtime b/tldr/osx/gtime index ac829405..b7771645 100644 --- a/tldr/osx/gtime +++ b/tldr/osx/gtime @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux time` +`tldr {{[-p|--platform]}} linux time` diff --git a/tldr/osx/gtimeout b/tldr/osx/gtimeout index 698003e6..cf831ad9 100644 --- a/tldr/osx/gtimeout +++ b/tldr/osx/gtimeout @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux timeout` +`tldr {{[-p|--platform]}} linux timeout` diff --git a/tldr/osx/gtouch b/tldr/osx/gtouch index ad4f83f6..392396d2 100644 --- a/tldr/osx/gtouch +++ b/tldr/osx/gtouch @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux touch` +`tldr {{[-p|--platform]}} linux touch` diff --git a/tldr/osx/gtr b/tldr/osx/gtr index bf66059b..c6d70c46 100644 --- a/tldr/osx/gtr +++ b/tldr/osx/gtr @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux tr` +`tldr {{[-p|--platform]}} linux tr` diff --git a/tldr/osx/gtraceroute b/tldr/osx/gtraceroute index 82bb5a1c..ae2fd649 100644 --- a/tldr/osx/gtraceroute +++ b/tldr/osx/gtraceroute @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux traceroute` +`tldr {{[-p|--platform]}} linux traceroute` diff --git a/tldr/osx/gtrue b/tldr/osx/gtrue index 2a5d09da..a80065ab 100644 --- a/tldr/osx/gtrue +++ b/tldr/osx/gtrue @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux true` +`tldr {{[-p|--platform]}} linux true` diff --git a/tldr/osx/gtruncate b/tldr/osx/gtruncate index a27ad7b1..4650c3ee 100644 --- a/tldr/osx/gtruncate +++ b/tldr/osx/gtruncate @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux truncate` +`tldr {{[-p|--platform]}} linux truncate` diff --git a/tldr/osx/gtsort b/tldr/osx/gtsort index d1102a6d..9534576d 100644 --- a/tldr/osx/gtsort +++ b/tldr/osx/gtsort @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux tsort` +`tldr {{[-p|--platform]}} linux tsort` diff --git a/tldr/osx/gtty b/tldr/osx/gtty index d2ae888a..f12bbccd 100644 --- a/tldr/osx/gtty +++ b/tldr/osx/gtty @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux tty` +`tldr {{[-p|--platform]}} linux tty` diff --git a/tldr/osx/guname b/tldr/osx/guname index 80bea1af..8fcfecc3 100644 --- a/tldr/osx/guname +++ b/tldr/osx/guname @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux uname` +`tldr {{[-p|--platform]}} linux uname` diff --git a/tldr/osx/gunexpand b/tldr/osx/gunexpand index baaf3f42..448f17b5 100644 --- a/tldr/osx/gunexpand +++ b/tldr/osx/gunexpand @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux unexpand` +`tldr {{[-p|--platform]}} linux unexpand` diff --git a/tldr/osx/guniq b/tldr/osx/guniq index f405066f..fa0bf1db 100644 --- a/tldr/osx/guniq +++ b/tldr/osx/guniq @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux uniq` +`tldr {{[-p|--platform]}} linux uniq` diff --git a/tldr/osx/gunits b/tldr/osx/gunits index e6e59172..d1e96601 100644 --- a/tldr/osx/gunits +++ b/tldr/osx/gunits @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux units` +`tldr {{[-p|--platform]}} linux units` diff --git a/tldr/osx/gunlink b/tldr/osx/gunlink index 3704d878..ad1cc616 100644 --- a/tldr/osx/gunlink +++ b/tldr/osx/gunlink @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux unlink` +`tldr {{[-p|--platform]}} linux unlink` diff --git a/tldr/osx/gupdatedb b/tldr/osx/gupdatedb index 08a949ea..b3d30188 100644 --- a/tldr/osx/gupdatedb +++ b/tldr/osx/gupdatedb @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux updatedb` +`tldr {{[-p|--platform]}} linux updatedb` diff --git a/tldr/osx/guptime b/tldr/osx/guptime index b171c5aa..84a04b1c 100644 --- a/tldr/osx/guptime +++ b/tldr/osx/guptime @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux uptime` +`tldr {{[-p|--platform]}} linux uptime` diff --git a/tldr/osx/gusers b/tldr/osx/gusers index cccf8f8e..beb52894 100644 --- a/tldr/osx/gusers +++ b/tldr/osx/gusers @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux users` +`tldr {{[-p|--platform]}} linux users` diff --git a/tldr/osx/gvdir b/tldr/osx/gvdir index 4949ab53..ecd00511 100644 --- a/tldr/osx/gvdir +++ b/tldr/osx/gvdir @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux vdir` +`tldr {{[-p|--platform]}} linux vdir` diff --git a/tldr/osx/gwc b/tldr/osx/gwc index 9477c906..57f03b89 100644 --- a/tldr/osx/gwc +++ b/tldr/osx/gwc @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux wc` +`tldr {{[-p|--platform]}} linux wc` diff --git a/tldr/osx/gwhich b/tldr/osx/gwhich index 65c86403..8c099607 100644 --- a/tldr/osx/gwhich +++ b/tldr/osx/gwhich @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux which` +`tldr {{[-p|--platform]}} linux which` diff --git a/tldr/osx/gwho b/tldr/osx/gwho index b80de89a..ad1dc7a9 100644 --- a/tldr/osx/gwho +++ b/tldr/osx/gwho @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux who` +`tldr {{[-p|--platform]}} linux who` diff --git a/tldr/osx/gwhoami b/tldr/osx/gwhoami index f61532ce..26bdd9f3 100644 --- a/tldr/osx/gwhoami +++ b/tldr/osx/gwhoami @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux whoami` +`tldr {{[-p|--platform]}} linux whoami` diff --git a/tldr/osx/gwhois b/tldr/osx/gwhois index 56cd9577..3626073f 100644 --- a/tldr/osx/gwhois +++ b/tldr/osx/gwhois @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux whois` +`tldr {{[-p|--platform]}} linux whois` diff --git a/tldr/osx/gxargs b/tldr/osx/gxargs index 5ba5b378..fd12ae92 100644 --- a/tldr/osx/gxargs +++ b/tldr/osx/gxargs @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux xargs` +`tldr {{[-p|--platform]}} linux xargs` diff --git a/tldr/osx/gyes b/tldr/osx/gyes index 94699c45..a97c9ebf 100644 --- a/tldr/osx/gyes +++ b/tldr/osx/gyes @@ -9,4 +9,4 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the original command: -`tldr -p linux yes` +`tldr {{[-p|--platform]}} linux yes` diff --git a/tldr/pants b/tldr/pants index 94faf917..a7030df9 100644 --- a/tldr/pants +++ b/tldr/pants @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pants > Fast, scalable, user-friendly, open-source build and developer workflow tool. -> More information: . +> More information: . - List all targets: diff --git a/tldr/pgbench b/tldr/pgbench index 5886af95..6ce25fe0 100644 --- a/tldr/pgbench +++ b/tldr/pgbench @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pgbench > Run a benchmark test on PostgreSQL. -> More information: . +> More information: . - Initialize a database with a scale factor of 50 times the default size: diff --git a/tldr/print b/tldr/print index 7051fdab..d203b298 100644 --- a/tldr/print +++ b/tldr/print @@ -13,8 +13,8 @@ source: https://github.com/tldr-pages/tldr.git - View documentation for the `print` alias of `run-mailcap`: -`tldr --platform linux print.runmailcap` +`tldr {{[-p|--platform]}} linux print.runmailcap` - View documentation for printing text files on Windows: -`tldr --platform windows print.win` +`tldr {{[-p|--platform]}} windows print.win` diff --git a/tldr/projucer b/tldr/projucer index 9a339e65..70e357cb 100644 --- a/tldr/projucer +++ b/tldr/projucer @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # Projucer > A project manager for JUCE framework applications. -> More information: . +> More information: . - Display information about a project: diff --git a/tldr/puppet b/tldr/puppet index cf93ac57..6cc8acad 100644 --- a/tldr/puppet +++ b/tldr/puppet @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Help to manage and automate the configuration of servers. > Some subcommands such as `agent` have their own usage documentation. -> More information: . +> More information: . - Execute a Puppet subcommand: diff --git a/tldr/puppet-agent b/tldr/puppet-agent index a2ca7532..30c13c0d 100644 --- a/tldr/puppet-agent +++ b/tldr/puppet-agent @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # puppet agent > Retrieves the client configuration from a Puppet server and applies it to the local host. -> More information: . +> More information: . - Register a node at a Puppet server and apply the received catalog: diff --git a/tldr/puppet-apply b/tldr/puppet-apply index b966ba25..352bd634 100644 --- a/tldr/puppet-apply +++ b/tldr/puppet-apply @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # puppet apply > Apply Puppet manifests locally. -> More information: . +> More information: . - Apply a manifest: diff --git a/tldr/pydoc b/tldr/pydoc index 03a49edc..2d0b2564 100644 --- a/tldr/pydoc +++ b/tldr/pydoc @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # pydoc > Display offline Python documentation. -> More information: . +> More information: . - Print documentation on a subject (Python keyword, topic, function, module, package, etc.): diff --git a/tldr/svn-changelist b/tldr/svn-changelist index ef133a10..c87fd282 100644 --- a/tldr/svn-changelist +++ b/tldr/svn-changelist @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # svn changelist > Associate a changelist with a set of files. -> More information: . +> More information: . - Add files to a changelist, creating the changelist if it does not exist: diff --git a/tldr/tidy b/tldr/tidy index e7ef58de..ab52fb4d 100644 --- a/tldr/tidy +++ b/tldr/tidy @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Clean up and pretty print HTML, XHTML and XML files. > Note: `tidy` cannot preserve original indentation. -> More information: . +> More information: . - Pretty print an HTML file: diff --git a/tldr/venv b/tldr/venv index e79c093d..240aa80c 100644 --- a/tldr/venv +++ b/tldr/venv @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # venv > Create lightweight virtual environments in python. -> More information: . +> More information: . - Create a Python virtual environment: diff --git a/tldr/windows/microsoft-edge b/tldr/windows/microsoft-edge index 84461f2d..53a0d756 100644 --- a/tldr/windows/microsoft-edge +++ b/tldr/windows/microsoft-edge @@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git - View the documentation for Microsoft Edge for Windows: -`tldr -p windows msedge` +`tldr {{[-p|--platform]}} windows msedge` - View the documentation for Microsoft Edge for other platforms: -`tldr -p common microsoft-edge` +`tldr {{[-p|--platform]}} common microsoft-edge` diff --git a/tldr/windows/py b/tldr/windows/py index 3978bc2a..092ff100 100644 --- a/tldr/windows/py +++ b/tldr/windows/py @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Python Launcher for Windows that runs with specified Python version. > See also: `python`. -> More information: . +> More information: . - Start a REPL (interactive shell), optionally with arguments supported by `python` (like `-c`, `-m`, etc.):