|
|
|
Paste (Unix): Unix, Command Line, Standard Output, Cat (Unix)
|
 (Buch) |
Dieser Artikel gilt, aufgrund seiner Grösse, beim Versand als 2 Artikel!
| Inhalt: |
| Please note that the content of this book primarily consists of articles
available from Wikipedia or other free sources online. paste is a Unix
command line utility which is used to join files horizontally (parallel
merging) by outputting lines consisting of the sequentially
corresponding lines of each file specified, separated by tabs, to the
standard output. It is effectively the horizontal equivalent to the
utility cat command which operates on the vertical plane of two or more
files.Once invoked, paste will read all its file arguments. For each
corresponding line, paste will append the contents of each file at that
line to its output along with a tab. When it has completed its operation
for the last file, paste will output a newline character and move on to
the next line. |
|