Search Results

Search: Posts Made By: Madhu Siddula
Forum: Solaris 12-06-2013
1,785
Posted By Madhu Siddula
hi, it is some kind of performace assessment only.
hi, it is some kind of performace assessment only.
Forum: Solaris 12-06-2013
1,785
Posted By Madhu Siddula
Latency Test
Hi every one,
we have a set up in solaris 8 and 9 and running many cshell scripts.. we are migrate to AIX . Now, i want to know the latency difference between two boxes(Solaris and AIX). Kindly...
Forum: AIX 12-06-2013
1,727
Posted By Madhu Siddula
Latency Test
Hi every one,
we have a set up in solaris 8 and 9 and running many cshell scripts.. we are migrate to AIX . Now, i want to know the latency difference between two boxes(Solaris and AIX). Kindly...
8,645
Posted By Madhu Siddula
yes it is cshell code .. Thanks for u r post ...
yes it is cshell code .. Thanks for u r post

---------- Post updated at 11:48 PM ---------- Previous update was at 11:43 PM ----------

yes, it is Cshell script code only
8,645
Posted By Madhu Siddula
If (! -z $file || $status != 0 ) ... what its mean
hi can anybody help ..

if (! -z $file || $status != 0 )

... what its mean

Use code tags, see PM.
1,114
Posted By Madhu Siddula
if (! -z $file || $status != 0 ) ... what its...
if (! -z $file || $status != 0 ) ... what its mean
1,114
Posted By Madhu Siddula
Shell script
hi, what is the meaning if we define >>& <log file> in cshell script
Forum: AIX 12-03-2013
1,667
Posted By Madhu Siddula
.ftp files
how to run .ftp file in AIX... the code contains somefile.ftp---->
$cat somefile.ftp

open <ip>
user <username> <pwd>
put <source of filename > <destination of file>

....


it is...
2,092
Posted By Madhu Siddula
Multiple shell scripts executed in one script
i want to finish the main script (i.e. 3,4,5), and then run main again with just two.csh..
2,092
Posted By Madhu Siddula
i have tried like this , but something it is not...
i have tried like this , but something it is not working fine,..

echo " script one is executing " | csh one.csh
if [ $? -eq 0 ]
then
echo "one.csh OK..."

sleep 5
csh two.csh
if [ $? -eq 0...
1,256
Posted By Madhu Siddula
Multiple shell scripts executed in one script
Hi every one, i am new to shell script. my people given a task to write a shell script that should execute number of shell scripts in that. in that, if any shell script is failed to execute, we have...
2,092
Posted By Madhu Siddula
Multiple shell scripts executed in one script
Hi every one, i am new to shell script. my people given a task to write a shell script that should execute number of shell scripts in that. in that, if any shell script is failed to execute, we have...
1,329
Posted By Madhu Siddula
Setting class path
hi , can anybody help me to chage the class path in unix server.. what are the files need to update ....
Showing results 1 to 13 of 13

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