The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: Subsrt ?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 03-03-2006
sabercats sabercats is offline
Registered User
 

Join Date: Feb 2006
Posts: 66
Here is my code and it work

type = substr($7,1,index($7,"Modify")-2);

Hope that someone can learn it from this and thanks for your sharing
Cheers,
Reply With Quote