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 -->
  #1 (permalink)  
Old 10-08-2008
mcW mcW is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 19
sed - delete until char x

Hi,

I got a Textfile contains hundreds of lines like this:

PHP Code:
3 02 8293820 0 22 22 
All I need is this:

PHP Code:
293820 0 22 22 
So i decided to delete until the first '8' comes up. But how I can realize that?