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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-28-2007
pbsrinivas pbsrinivas is offline
Registered User
 

Join Date: Jul 2006
Posts: 141
Quote:
Originally Posted by jim mcnamara View Post
Code:
awk -F'-'  '{ print $NF} ' filename

thanks Jim... Thats was Simple...
Reply With Quote