The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: sed help
View Single Post in the UNIX and Linux 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: 79
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