Linux command string processing command -- paste

Source: Internet
Author: User

Linux command string processing command -- paste

Name: paste

Location:/usr/bin/paste

Permission: All Users

Purpose: paste the corresponding two lines of multiple files together,

Usage: paste [OPTION]... [FILE]...

Option:

-D is the delimiter used to connect two rows. The default Delimiter is [TAB ].

-If the file is partially written-, it indicates data from standard input.

$ Cat apa: 11: asa: 32: capp: 5: bstort: 1: dpear: 4: aahello: 3: f $ cat B accccabcbdddaaac bfdd $ paste a bpa: 11: a accccsa: 32: cabapp: 5: bcstort: 1: dbddpear: 4: aadaahello: 3: fac bfdd
$ Paste-d "," a B specifies the separator pa: 11: a, accccsa: 32: c, abapp: 5: B, cstort: 1: d, bddpear: 4: aa, daahello: 3: f, ac, B, fdd

File writing-example, specifying @ as the Separator

$ Cat B | paste-d "@" a-pa: 11: a @ accccsa: 32: c @ abapp: 5: B @ cstort: 1: d @ bddpear: 4: aa @ daahello: 3: f @ ac @ B @ fdd


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.