Search Results

Search: Posts Made By: chandhar
56,851
Posted By chandhar
Differenc between print and echo
can anyone explain me what is the difference between echo and print in shell programming?
1,896
Posted By chandhar
explanation for the syntax
Hi
I am new to shell programming, can anyone explain me the following syntax...
it could be helpful if it was brief...

if [ $(ps -ef | grep -e "$0 $*" | grep -c -v -E "(grep|$$)") -gt 0 ]
1,299
Posted By chandhar
help regarding library file
i have got a code set in which there is a file called .SetLib and was given as the library file for the code set.
can the functions in the .SetLib can be called from the files in the codeset?
3,864
Posted By chandhar
Thanks for ur help
Thanks for ur help
3,864
Posted By chandhar
Help with the syntax
can anyone explain the code for me... i am new to shell programming

while getopts ":S:D:U:" OPTION "$@"
do
case $OPTION in
S) SRVR=$OPTARG;;
D) DB="$OPTARG"; USEDB="use $OPTARG";;
...
2,705
Posted By chandhar
Thanks for ur help
Thanks for ur help
2,705
Posted By chandhar
Help with the syntax
export check=$(expandname $(dirname $(which $0)))
1,680
Posted By chandhar
Need explanation for the syntax
Hi it will be very useful for me if anyone gives step by step explanation for the below code:

USAGE="check -S dbserver [-D dbname] [-U userid]
where
-S dbserver specifies name of database...
3,442
Posted By chandhar
Need explanation for the syntax(code)
Hi I am new to shell script programming...
want to know the process of the following:

if[ -n "$MISSINGOPTARG"]
then
echo "$0: missing argument for option(s) :$MISSINGOPTARG"
echo "usage"...
Showing results 1 to 9 of 9

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