The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #10 (permalink)  
Old 05-23-2006
jim mcnamara jim mcnamara is offline
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,493
It doesn't limit the search to a maximum of 6 a's.
Example test with seven a's:
Code:
/home/jmcnama > echo "aaaaaaa" | egrep '^a(a)+$'
aaaaaaa
try it.
Reply With Quote