Regular Expressions & grep

Source: Internet
Author: User

Finds lines with a total of 10 characters & Z endings.

grep " ^.\{9\}z$ "  /usr/share/dict/Wordsabdul-  Azizausterlitzchattererzchervonetzrabinowitzrazzmatazzroquellorzrosenkranztau-~]#

Find a/b/c Start & 21-bit lines that are S

grep " ^[a,b,c]...................s "  /usr/share/dict/wordsall-Comprehensivenessantienvironmentalistsantiinstitutionalistsbras- dessus-bras-dessousbrigantinebrigantineschlamydobacteriaceousclothes-~]#

Find the line that starts with a two-digit number:

 [[email protected] ~]# grep   " Span style= "COLOR: #800000" >^[0-9][0-9]   "/usr/share/dict/words  1080  10 - Span style= "COLOR: #000000" >point10th  11 - Point  12 -point  16 -point   -point  20 - point  30 -30  48 -point[[email protected]  ~]# 

Find the line that begins with a/b/c, not the a/b/c end:

grep " ^[a,b,c][^a,b,c]$ "  /usr/share/dict/wordsa'A-a.a1ad

Look for lines that start with a/b/c and end with capital letters:

grep " ^[a-c].*[a-z]$ "  /usr/share/dict/wordschloramine-~]#

Regular Expressions & grep

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.