Linux Script--use echo to write from one file to the end of another

Source: Internet
Author: User

echo $ (cat you need file) >>./destination File

use cat to get the file content you want, and then write using echo. The problem is that the \ n acquired by cat may fail. If it is used purely as an ACM input test data, there is some value. --Of course it can be generated directly:python generates test data


$? Used to return the execution result of the previous program;

The diff file File2 is used to determine if two files are the same--if the same, returns 0. Can be viewed with a previous command.


The simple difference between echo and cat:

1. To see what the content of a file is, you can use cat, such as cat/etc/reslov.conf, to show the specific contents of the file reslov.conf. 2. While Echo does not have such a function, he will display the contents of the echo behind as a string, such as echo Hello, will show Hello, such as echo/etc/reslov.conf, will show/etc/reslov.conf

Citation from: http://zhidao.baidu.com/link?url= Dysou7ftn4qgpfd3hoasnsgacsdtbs6dkjhdbiu8ekgdosrgp0ynvxutsybdsb8frsssarl4dwsjh14fwmtmqw4tuupnz0hehrqfk2nuq9_


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.