Search Results

Search: Posts Made By: moonmonk
1,791
Posted By moonmonk
i think i find out how make it work and how it...
i think i find out how make it work and how it does not work. but for the accurate reason ? may someone tell me?

at working directory
$> ./check_df
it works fine. exit and still stay at the...
1,791
Posted By moonmonk
the purpose of this code is checking parameter...
the purpose of this code is checking parameter existence. if we do not pass any parameter to this script, the script will terminate and print ....Usage:
if [ $# -le 0 ]
then
echo "Usage:...
1,791
Posted By moonmonk
.... if [ $# -le 0 ] then echo...
....
if [ $# -le 0 ]
then
echo "Usage: $0 product_name APPLICATION_ID"
exit 1
fi
....


It works fine and will keep staying on remote servers on old environment , but the...
1,791
Posted By moonmonk
How to keep staying on remote server after executing a shell script with if then exit end statement?
i have a "if .. then exit end " in s shell script on remote servers.
now the connection to the remote server got killed after i run this script on the remote servers. How do i run this script on...
Showing results 1 to 4 of 4

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