1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-21 22:15:24 +02:00

multiple pages: remove superfluous white spaces (#2801)

This commit is contained in:
Balázs Úr 2019-02-24 16:47:41 +01:00 committed by Starbeamrainbowlabs
parent d5d48886fe
commit ad3772d8cb
21 changed files with 23 additions and 23 deletions

View file

@ -17,7 +17,7 @@
- Run autossh in the background, with no monitoring port, instead relying on SSH keep-alives every 10 seconds to detect failure:
`autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" {{ssh_command}}`
`autossh -f -M 0 -N -o "ServerAliveInterval 10" -o "ServerAliveCountMax 3" {{ssh_command}}`
- Run autossh in the background, with no monitoring port, no remote shell, exiting if the port forward fails:

View file

@ -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.
- Intersect two files with respect to the sequences' strand and save the result to {{path/to/output_file}}:

View file

@ -1,4 +1,4 @@
# gnomon
# gnomon
> Utility to annotate console logging statements with timestamps and find slow processes.

View file

@ -1,4 +1,4 @@
# hangups
# hangups
> Third party command line client for Google Hangouts.

View file

@ -2,7 +2,7 @@
> View the last logged in users.
- View last logins, their duration and other information as read from /var/log/wtmp:
- View last logins, their duration and other information as read from /var/log/wtmp:
`last`

View file

@ -1,4 +1,4 @@
# logname
# logname
> Shows the user's login name.

View file

@ -4,7 +4,7 @@
- Listen on a specified port:
`nc -l {{port}}`
`nc -l {{port}}`
- Connect to a certain port (you can then write to this port):

View file

@ -1,4 +1,4 @@
# printenv
# printenv
> Print values of all or specific environment variables.

View file

@ -1,4 +1,4 @@
# pyenv
# pyenv
> Switch between multiple versions of Python easily.

View file

@ -1,4 +1,4 @@
# route
# route
> Use route cmd to set the route table .

View file

@ -9,7 +9,7 @@
- Customize the prompt prefix:
`virtualenv --prompt={{prompt_prefix}} {{path/to/venv}}`
`virtualenv --prompt={{prompt_prefix}} {{path/to/venv}}`
- Start (select) the environment:

View file

@ -1,4 +1,4 @@
# visudo
# visudo
> Safely edit the sudoers file.

View file

@ -15,6 +15,6 @@
`{{arguments_source}} | xargs -I _ {{command}} _ {{optional_extra_arguments}}`
- Parallel runs of up to `max-procs` processes at a time; the default is 1. If `max-procs` is 0, xargs will run as many processes as possible at a time:
- Parallel runs of up to `max-procs` processes at a time; the default is 1. If `max-procs` is 0, xargs will run as many processes as possible at a time:
`{{arguments_source}} | xargs -P {{max-procs}} {{command}}`

View file

@ -1,9 +1,9 @@
# compose
> An alias to a `run-mailcap`'s action compose.
> Originally `run-mailcap` is used to mime-type/file.
> Originally `run-mailcap` is used to mime-type/file.
- Compose action can be used to compose any existing file or new on default mailcap edit tool:
- Compose action can be used to compose any existing file or new on default mailcap edit tool:
`compose {{filename}}`

View file

@ -1,4 +1,4 @@
# fallocate
# fallocate
> Reserve or deallocate disk space to files.
> The utility allocates space without zeroing.

View file

@ -1,4 +1,4 @@
# getent
# getent
> Get entries from Name Service Switch libraries.

View file

@ -1,6 +1,6 @@
# htop
> Display dynamic real-time information about running processes. An enhanced version of `top`.
> Display dynamic real-time information about running processes. An enhanced version of `top`.
- Start htop:

View file

@ -2,7 +2,7 @@
> Creates an exfat filesystem inside a partition.
- Create an exfat filesystem inside partition 1 on device b (`sdb1`):
- Create an exfat filesystem inside partition 1 on device b (`sdb1`):
`mkfs.exfat {{/dev/sdb1}}`

View file

@ -1,4 +1,4 @@
# print
# print
> An alias to a `run-mailcap`'s action print.
> Originally `run-mailcap` is used to process mime-type/file.

View file

@ -1,7 +1,7 @@
# run-mailcap
> Run MailCap Programs.
> Run mailcap view, see, edit, compose, print - execute programs via entries in the mailcap file (or any of its aliases) will use the given action to process each mime-type/file.
> Run mailcap view, see, edit, compose, print - execute programs via entries in the mailcap file (or any of its aliases) will use the given action to process each mime-type/file.
- Individual actions/programs on run-mailcap can be invoked with action flag:
@ -13,7 +13,7 @@
- Turn on extra information:
`run-mailcap --action=ACTION --debug {{filename}}`
`run-mailcap --action=ACTION --debug {{filename}}`
- Ignore any "copiousoutput" directive and forward output to STD‐OUT:

View file

@ -16,4 +16,4 @@
- Demangle C++ symbols:
`nm {{file.o}} | c++filt`
`nm {{file.o}} | c++filt`