How to empty the contents of a file in Linux

Source: Internet
Author: User

Method 1:

echo "" >/www.jbxue.com/xxx.log

Method 2:

echo "" >>/www.jbxue.com/xxx.log

Method 3:

This command can achieve the same effect as echo >/var/log/big.log, but after the command executes, it needs to end with Ctrl + D

Method 4:

Clear >/opt/log/big.log This command empties the contents of the Big.log file without deleting the file

Method 5:

The same effect, with true, Flase, ":" can also be used to clear the contents of the file, without deleting the effect of the file

True >/opt/log/big.log flase >/opt/log/big.log: >/opt/log/big.log Method 6:

Cat/dev/null >/opt/log/big.log flase

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.