Search Results

Search: Posts Made By: kcp_pavan
10,853
Posted By kcp_pavan
how to call java prog from shell script
I have a java program to validate a XML file. I want to call this java program in a shell script which will be registered as concurrent program in oracle apps.

Can anyone please let me know the...
2,706
Posted By kcp_pavan
reply
both soultions worked effectively. thanks to Goldorakk and radoulov .......

one more sol :
------------------
path=/first/second/third/fourth

echo $path | nawk '{print $NF}' FS="/" | read...
2,706
Posted By kcp_pavan
how to extract last occurence of the field
path = /first/second/third/fourth. i want to extract /first/second/third from path.my program something like this ....

path=/first/second/third/fourth
noc=`echo $path|tr '/' '\n'|wc -w`...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy