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

Join Date: Oct 2008
Location: chennai
Posts: 16
Question remove first few words from a line

Hi All,

Sample:

4051 Oct 4 10:03:36 AM 2008: TEST: end of testcase Checking Interface after reload, result fail

I need to remove first 10 words of the above line and output should be like

Checking Interface after reload, result fail

Please help me in this regard.

Thanks,