Shell merges two files into two columns of one file

Source: Internet
Author: User

Shell merge two files into one file two columns published: 2014-07-20 Editor: Www.jquerycn.cnShell merges two files into one file in two columns, providing two methods, generic shell script, awk script.

The contents of the file are as follows:
More Eng.txt Chi.txt
::::::::::::::
Eng.txt
::::::::::::::
Semicolon
Comma
Delimiter
Spacebar
Hyphen
Single quote
Double quote


::::::::::::::
Chi.txt
::::::::::::::
Semicolon
Comma
Delimiter
Space key
Hyphenation Symbols
Single quotation marks
Double quotes

Method 1, paste-d "\ t" Eng.txt chi.txt
Semicolon semicolon
Comma comma
Delimiter delimiter
SPACEBAR Space key
Hyphen hyphenation Symbol
Single quote quotation marks
Double quote quotation marks

Method 2, or use awk to process

awk ' Nr==fnr{a[i]=$0;i++}nr>fnr{print a[j] "" $0;j++} ' eng.txt chi.txt
Semicolon semicolon
Comma comma
Delimiter delimiter
SPACEBAR Space key
Hyphen hyphenation Symbol
Single quote quotation marks
Double quote quotation marks
Hash well number

Shell merges two files into two columns of one file

Related Article

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.