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 -->
  #11 (permalink)  
Old 07-04-2009
chebarbudo's Avatar
chebarbudo chebarbudo is offline
Registered User
  
 

Join Date: Nov 2008
Location: various
Posts: 188
Hi KiranKumarKarre,


Code:
localhost:~# string='test_inbox123_link.txt->/home/pbommire/Praveen/kiran/inbox/test_inbox.txt'
localhost:~# echo ${string%->*}
test_inbox123_link.txt
localhost:~# echo ${string#*->}
/home/pbommire/Praveen/kiran/inbox/test_inbox.txt