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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 06-17-2008
jim mcnamara jim mcnamara is online now Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,792
I'm guessing:
You do not understand regular expressions, so a lot of sed examples do not make sense.
try this to get started understanding sed -
sed, a stream editor

There is a section on learning about regular expressions. perl uses regular expressions as well. so does awk. Along with grep (uses regex as well) these utilities are probably the most commonly used tools on unix systems. So learning a little bit about regex ( regular expresssions) is very important.