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:
parent
d5d48886fe
commit
ad3772d8cb
21 changed files with 23 additions and 23 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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}}:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gnomon
|
||||
# gnomon
|
||||
|
||||
> Utility to annotate console logging statements with timestamps and find slow processes.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# hangups
|
||||
# hangups
|
||||
|
||||
> Third party command line client for Google Hangouts.
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# logname
|
||||
# logname
|
||||
|
||||
> Shows the user's login name.
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# printenv
|
||||
# printenv
|
||||
|
||||
> Print values of all or specific environment variables.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# pyenv
|
||||
# pyenv
|
||||
|
||||
> Switch between multiple versions of Python easily.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# route
|
||||
# route
|
||||
|
||||
> Use route cmd to set the route table .
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# visudo
|
||||
# visudo
|
||||
|
||||
> Safely edit the sudoers 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}}`
|
||||
|
|
|
@ -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}}`
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# fallocate
|
||||
# fallocate
|
||||
|
||||
> Reserve or deallocate disk space to files.
|
||||
> The utility allocates space without zeroing.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# getent
|
||||
# getent
|
||||
|
||||
> Get entries from Name Service Switch libraries.
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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}}`
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
|
||||
- Demangle C++ symbols:
|
||||
|
||||
`nm {{file.o}} | c++filt`
|
||||
`nm {{file.o}} | c++filt`
|
||||
|
|
Loading…
Add table
Reference in a new issue