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 > Shell Programming and Scripting
.
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 09-01-2008
unknown123 unknown123 is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 19
Hi Vidya,
ur sed commnd is replacing the input seach pattern line with nothing but.... size of output file is getting 3 times more than the orignal file.... means each time after replacing the matched line with nothing the command is adding the entire file into the output file again....

pl help anybody.......hw to overcome this problem...