1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

fix descriptions split by mistake in #633 (#1098)

This commit is contained in:
Waldir Pimenta 2016-10-12 16:58:04 +01:00 committed by GitHub
parent 8d93237d63
commit c15d705d40
10 changed files with 12 additions and 23 deletions

View file

@ -1,7 +1,6 @@
# alias
> Creates an alias for a word when used.
> As the first word of a command.
> Creates an alias for a word when used as the first word of a command.
- Create a generic alias:

View file

@ -1,7 +1,6 @@
# apropos
> Search in manpages.
> For example to find a new command.
> Search in manpages, for example to find a new command.
- Search for keyword:

View file

@ -1,7 +1,6 @@
# fdupes
> Finds duplicate files in a given.
> Set of directories.
> Finds duplicate files in a given set of directories.
- Search a single directory:

View file

@ -1,6 +1,6 @@
# ifconfig
> Ifconfig - Interface Configurator, used to configure network interfaces.
> Network Interface Configurator.
- View network settings of an ethernet adapter:

View file

@ -1,8 +1,6 @@
# less
> Opens a file for reading.
> Allows movement and search.
> Doesn't read the entire file (suitable for logs).
> Open a file for interactive reading, allowing scrolling and search.
- Open a file:

View file

@ -1,8 +1,6 @@
# more
> Opens a file for reading.
> Allows movement and search in forward direction only.
> Doesn't read the entire file (suitable for logs).
> Open a file for interactive reading, allowing scrolling and search (in forward direction only).
- Open a file:

View file

@ -1,8 +1,7 @@
# play
> Audio player of SoX - Sound eXchange.
> Plays any audio from the command line.
> Audioformats are identified by extension.
> Plays any audio from the command line, with audio formats identified by the extension.
- Play the given audio file:

View file

@ -1,8 +1,7 @@
# rsync
> Transfers a file either to or from a remote host.
> Does not allow transfer between two remote hosts.
> Can transfer single files or files matched by pattern.
> Transfer files either to or from a remote host (not between two remote hosts).
> Can transfer single files, or multiple files matching a pattern.
- Transfer file from local to remote host:

View file

@ -1,8 +1,7 @@
# sox
> SoX - Sound eXchange.
> Play, record and convert audio files.
> Audioformats are identified by extension.
> Sound eXchange: play, record and convert audio files.
> Audio formats are identified by the extension.
- Merge two audio files into one:

View file

@ -1,7 +1,6 @@
# transcode
> Suite of command line utilities for transcoding video and audio codecs.
> And converting between formats.
> Transcode video and audio codecs, and convert between media formats.
- Create stabilisation file to be able to remove camera shakes: