The UNIX and Linux Forums  

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



Thread: sed help
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 02-01-2008
ammu ammu is offline
Registered User
 

Join Date: Jul 2006
Posts: 62
Thanks for replying
When I execute the command it is throwing an error
$sed '1,/020108/{//i\add this line} ' a.txt
sed: command garbled: 1,/020108/{//i\add this line}

I need to add a line which out creating any temp files

Thanks
Ammu
Reply With Quote