The UNIX and Linux Forums  

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 -->
  #2 (permalink)  
Old 11-16-2007
uvrakesh uvrakesh is offline
Registered User
  
 

Join Date: Dec 2005
Posts: 78
deleting some bytes

sed 's/^\(.\)\{11\}//g' forsed

This would help in deleting 11 bytes from the begining of a line, i assume u are not working on binary(I fear about endian issues).

This one is a generic u can adapt to your need, like for a line or more or specific line etc.
I am not whether this is what u require

Hope this helps
Regards,
RUV