Search Results

Search: Posts Made By: Sheema
1,766
Posted By Sheema
Thanks Shubhendu and Franklin52....both the code...
Thanks Shubhendu and Franklin52....both the code works for me.
1,766
Posted By Sheema
problem using logical or
Hi,

I have a script testor.s which takes a string as command line argument,
Contents of the script:

#!/bin/ksh -x
if [[ "WO_STMT_05292009" != "$1" || "WO_BENE_STMT_05292009" != "$1" ]]...
3,943
Posted By Sheema
@ghostdog74 - Thanks for the input @Panyam -...
@ghostdog74 - Thanks for the input
@Panyam - That's exactly the requirement.
3,943
Posted By Sheema
help on page break
Hi,

i have a file say samp.s which has

123 a b c d
123 e f g h
123 i j k l
123 m n o p
234 a b c d
234 e f g h
234 i j k l

the first 3 characters in each line are considered the...
7,925
Posted By Sheema
Now i got the problem....Thanks for ur time.
Now i got the problem....Thanks for ur time.
7,925
Posted By Sheema
passing values to function in Ksh
Hi,

I'm trying to work on the script given below

#!/bin/ksh -x
pfile()
{
echo "$1"
}
touch smp19
echo "Hi" > smp19
result=$(pfile $smp19)
echo $result

As highlighted , when...
1,617
Posted By Sheema
Thanks Franklin, both the command worked :)
Thanks Franklin, both the command worked :)
1,617
Posted By Sheema
help on sed
Hi,

I'm trying to use sed command to append data in the beginning of the file
suppose file1 has
sample1
sample2
sample3

I need to append /tmp/ at the beginning of each data in the file,...
9,275
Posted By Sheema
It seems lik there is a security problem because...
It seems lik there is a security problem because of which the access using connect direct is denied.

Thank u.
5,010
Posted By Sheema
Thanks for ur reply, @nua - i'm not able to...
Thanks for ur reply,

@nua - i'm not able to use ssh on my server, there is no manual entry for it either,Thanks anyways!

@sai - The command u gav works but the problem here is, i gotta check...
9,275
Posted By Sheema
Yes, it is coded in the script and v r using NDM...
Yes, it is coded in the script and v r using NDM on unix.
9,275
Posted By Sheema
Problem using connect direct
Hi,

I have a script in which i'm using ndm connect direct to fetch data from the client server..syntax i'm using is
./con_using_connectdirect /load/nctrl nctrl $xhost

where...
5,010
Posted By Sheema
check for a file on a remote machine
Hi,

Can someone tell me how to check if a file exists on a remote machine using rexec command?I'm using ksh.

Thanks
Showing results 1 to 13 of 13

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