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 # alias
> Creates an alias for a word when used. > Creates an alias for a word when used as the first word of a command.
> As the first word of a command.
- Create a generic alias: - Create a generic alias:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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