The Three Musketeers of Linux

Source: Internet
Author: User

grep

grep "Oldboy" test.txt filter out Oldboy strings in the file

-V Excludes selected characters

awk

awk '/oldboy/' test.txt '//' filter out selected characters

‘!/ /‘ ! The characters in awk that are selected for the inverse exclusion

awk ' nr==20 '/oldboy/ett.txt ' nr==20 ' Take the line ' nr==20,nr==30 ' out of 20-30 rows

sed

sed ' /oldboy/d ' test.txt '//d ' excludes selected characters d means delete-I takes effect delete selection

sed-n ' 20p '/oldboy/ett.txt-n ' 20p ' fetch line

-N ' 20p,30p ' take 20 to 30 rows

sed ' s#oldboy#oldgirl#g '/oldboy/t.sh ' s# who to find # replace why #g ' replace file contents

Sed-i ' s#oldboy#oldgirl#g '/oldboy/t.sh-i effective Replace content = Modify File contents

The Three Musketeers of Linux

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.