Search Results

Search: Posts Made By: katzs500
Forum: Programming 08-05-2008
6,135
Posted By katzs500
execute unix command from java eclips
Hi all,

I tried to execute the command by 2 ways :

1) Java Runtime class exec method - but the problem there is that it only can execute scripts without arguments(I need with args)

2) the...
7,228
Posted By katzs500
Thanks man
Thanks man
7,228
Posted By katzs500
Ye, thanks man, but it just the same, as I wrote,...
Ye, thanks man, but it just the same, as I wrote, you could see :

ta=`Has_Subfolders $1`

is equal to :
ta=$(Has_Subfolders $1)

So friends, may someone to real help me with this problem?
5,796
Posted By katzs500
RE:Copy Command in Script Not Working
Hi
As I know when you write ksh variable and just aftr string , ksh do not understand it,
so try ${newfilename}/test1 instead $newfilename/test1.
It might help.
And please look into my...
7,228
Posted By katzs500
Function call not return value into var
hi friends,

I writing a script, one of the function there is:


###################################
########### Return 1 if has subfolders and 0 otherwise ##################
# Get one...
2,018
Posted By katzs500
Function call not return value into var
hi friends,

I writing a script, one of the function there is:


###################################
########### Return 1 if has subfolders and 0 otherwise ##################
# Get one...
Showing results 1 to 6 of 6

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