mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pages/*: remove spaces around slashes (" / ") (#10349)
This commit is contained in:
parent
89725aa36f
commit
9add941ec6
15 changed files with 16 additions and 16 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
`acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}`
|
||||
|
||||
- Issue a certificate while disabling automatic Cloudflare / Google DNS polling after the DNS record is added by specifying a custom wait time in seconds:
|
||||
- Issue a certificate while disabling automatic Cloudflare/Google DNS polling after the DNS record is added by specifying a custom wait time in seconds:
|
||||
|
||||
`acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}`
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
`clj -M -m {{namespace}} {{args}}`
|
||||
|
||||
- Prepare a project by resolving dependencies, downloading libraries, and making / caching classpaths:
|
||||
- Prepare a project by resolving dependencies, downloading libraries, and making/caching classpaths:
|
||||
|
||||
`clj -P`
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
`deemix {{https://www.deezer.com/us/track/00000000}}`
|
||||
|
||||
- Download track / playlist at a specific bitrate:
|
||||
- Download track/playlist at a specific bitrate:
|
||||
|
||||
`deemix --bitrate {{FLAC|MP3}} {{url}}`
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
`ern create-miniapp {{application_name}}`
|
||||
|
||||
- Run one or more `MiniApps` in the iOS / Android Runner application:
|
||||
- Run one or more `MiniApps` in the iOS/Android Runner application:
|
||||
|
||||
`ern run-{{ios|android}}`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# git check-ignore
|
||||
|
||||
> Analyze and debug Git ignore / exclude (".gitignore") files.
|
||||
> Analyze and debug Git ignore/exclude (".gitignore") files.
|
||||
> More information: <https://git-scm.com/docs/git-check-ignore>.
|
||||
|
||||
- Check whether a file or directory is ignored:
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
`less {{source_file}}`
|
||||
|
||||
- Page down / up:
|
||||
- Page down/up:
|
||||
|
||||
`<Space> (down), b (up)`
|
||||
|
||||
- Go to end / start of file:
|
||||
- Go to end/start of file:
|
||||
|
||||
`G (end), g (start)`
|
||||
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
|
||||
`nbtscan -e {{192.168.0.1/24}}`
|
||||
|
||||
- Read IP addresses / networks to scan from a file:
|
||||
- Read IP addresses/networks to scan from a file:
|
||||
|
||||
`nbtscan -f {{path/to/file.txt}}`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# nmap
|
||||
|
||||
> Network exploration tool and security / port scanner.
|
||||
> Network exploration tool and security/port scanner.
|
||||
> Some features only activate when Nmap is run with root privileges.
|
||||
> More information: <https://nmap.org>.
|
||||
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
|
||||
`pastel distinct {{8}}`
|
||||
|
||||
- Get a list of all X11 / CSS color names:
|
||||
- Get a list of all X11/CSS color names:
|
||||
|
||||
`pastel list`
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
`samtools flagstat {{sorted_input}}`
|
||||
|
||||
- Count alignments to each index (chromosome / contig):
|
||||
- Count alignments to each index (chromosome/contig):
|
||||
|
||||
`samtools idxstats {{sorted_indexed_input}}`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# swig
|
||||
|
||||
> Generate bindings between C / C++ code and various high level languages such as JavaScript, Python, C#, and more.
|
||||
> Generate bindings between C/C++ code and various high level languages such as JavaScript, Python, C#, and more.
|
||||
> It uses special .i or .swg files to generate the bindings (C/C++ with SWIG directives, then outputs a C/C++ file that contains all the wrapper code needed to build an extension module.
|
||||
> More information: <http://www.swig.org>.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# ip
|
||||
|
||||
> Show / manipulate routing, devices, policy routing and tunnels.
|
||||
> Show/manipulate routing, devices, policy routing and tunnels.
|
||||
> Some subcommands such as `ip address` have their own usage documentation.
|
||||
> More information: <https://www.man7.org/linux/man-pages/man8/ip.8.html>.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# tc
|
||||
|
||||
> Show / manipulate traffic control settings.
|
||||
> Show/manipulate traffic control settings.
|
||||
> More information: <https://manned.org/tc>.
|
||||
|
||||
- Add constant network delay to outbound packages:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# trash
|
||||
|
||||
> A CLI for managing the trashcan / recycling bin.
|
||||
> A CLI for managing the trashcan/recycling bin.
|
||||
> More information: <https://github.com/andreafrancia/trash-cli>.
|
||||
|
||||
- Delete a file and send it to the trash:
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
`whiptail --title "{{title}}" --yesno "{{message}}" {{height_in_chars}} {{width_in_chars}}`
|
||||
|
||||
- Customise the text on the yes / no buttons:
|
||||
- Customise the text on the yes/no buttons:
|
||||
|
||||
`whiptail --title "{{title}}" --yes-button "{{text}}" --no-button "{{text}}" --yesno "{{message}}" {{height_in_chars}} {{width_in_chars}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue