Linux tee command details how to use Linux tee command

Source: Internet
Author: User

The tee command reads data from the standard input device, outputs its content to the standard output device, and saves it as a file.

Syntax

Tee [-ai] [-- help] [-- version] [file...]

Parameters:

  • -A or -- append is appended to the end of an existing file, rather than overwriting it.

  • -I or -- ignore-interrupts ignores the interrupt signal.

  • -- Help online help.

  • -- Version: displays the version information.

Instance

Run the "tee" command to save user input data to the files "file1" and "file2". Run the following command:

$ Tee file1 file2 # Copy content in two files

After the preceding command is executed, you are prompted to enter the data to be saved to the file, as shown below:

My Linux # prompt user input data My Linux # output data for output feedback

In this case, you can open the files "file1" and "file2" and check whether the content is "My Linux" to determine whether the command "tee" is successfully executed.

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.