Tips for linux

Source: Internet
Author: User
Tips for using linux-general Linux technology-Linux technology and application information. When reading the documents below DOS in Linux, it is found that there is a ^ M more than the end of the line, you can use the following command to remove

: % S/^ M/g

In fact, it is a simple replacement command, but that ^ M is not directly input, but should press Ctrl + V + M at the same time.

Add one to one characters to each line of the file.

: % S/^/somestrings/g

You can use

: % S/$/somestrings/g

This actually uses a regular expression, because in a regular expression, ^ indicates the beginning of a row, and $ indicates the end of a row.

These two tricks are mainly used to download files in batches and then copy or move the files.

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.