command the difference between Cat and TAC

Source: Internet
Author: User

The command cat is used to view the contents of a file and display it on the screen, and cat can follow the file name without any options.

The command TAC also displays the contents of the file on the screen, except that the last line is displayed first, then the second-to-last line is displayed, and the first line is displayed.

You can compare the "cat file a > B" with the "TAC file a > file C" two command output file B and file C to see the effect.


In addition, two symbols ">" and ">>" are used in conjunction with both commands

The symbol ">>" is similar to the symbol ">", and its role is also redirection, that is, the previous content is entered into the following file, the symbol ">>" is "append" meaning. When using the symbol ">", if there is content in the file, the contents of the file will be deleted, and the use of the symbol ">>" will not delete the original content.


command the difference between Cat and TAC

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.