BookRags.com Literature Guides Literature Guides Criticism/Essays Criticism/Essays Biographies Biographies My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help
Not What You Meant?  There are 9 definitions for Paste.

Paste (Unix)

Print-Friendly
About 1 pages (369 words)

Bookmark and Share

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.

Example

To paste several columns of data together into the file www from files who, where, and when:

paste who where when > www

If the files contain:

who where when

Sam
Dave
Sue

Detroit
Edgewood
Tampa

January 3
February 4
March 19

This creates the file named www containing:

Sam            Detroit         January 3
Dave           Edgewood        February 4
Sue            Tampa           March 19

See also

View More Summaries on Paste (Unix)
 
Copyrights
Paste (Unix) from Wíkipedia. ©2006 by Wíkipedia. Licensed under the GNU Free Documentation License. View a list of authors or edit this article.

Article Navigation
Join BookRagslearn moreJoin BookRags


About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy