Search Results

Search: Posts Made By: bhargav20
28,669
Posted By bhargav20
Thanks a lot it worked fine.
Thanks a lot it worked fine.
28,669
Posted By bhargav20
Yes I run the script like that by passing the...
Yes I run the script like that by passing the either of the one as Parameter

./test CUS or ./test ORD

Thanks
28,669
Posted By bhargav20
I have tried this option as well still am...
I have tried this option as well still am getting the else echo "Outside if "
28,669
Posted By bhargav20
How to compare two strings using if
Hi,

Here is my script

#!/bin/ksh
echo $pick_typ

if [[ "$pick_typ" = "CUS" || "$pic_typ" = "ORD" || "$pic_typ" = TRR" ]];then
echo "inside if"
else
echo "outside if"
fi

when...
18,402
Posted By bhargav20
Hi Here is the entire code ...
Hi

Here is the entire code


#!/bin/ksh
#!/bin/ksh -x
#===============================================================================
#
# DESC: SCRIPT TO EMAIL AN COBOL REPORT TO A...
18,402
Posted By bhargav20
Process not attached to terminal
Hi Folks,

When i try to run schedule job on Unix server am getting following errror messges in logs

pic_selection @starting on Fri Feb 5 01:53:06 GMT 2010...
2,461
Posted By bhargav20
Need help to identify the flags by scripts.
Hi,

I have two different scripts sap_ftp.sh and sap_ftp_dd.sh which are running continously in background. I am using another script called start.sh to launch these two scripts.

Either one...
5,392
Posted By bhargav20
Need help to pass arguments to shell script
Hi,

I have a shell script called ftp.sh which is running continously in background.

I tried passing arguments to this script but it did not worked out.

Below is ftp.sh script. Please help...
Showing results 1 to 8 of 8

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