Meaning

Please let me know the meaning for the below statements in shell scripting.

1) exit -99
--------------------------------
2) set prgdir = `pwd`
set runFlag = runFlag:FALSE
-------------------------------------
3) if (-f $prgdir/maillst.eml) then
set distEmail = `cat $prgdir/maillst.eml`
endif
-----------------------------------
4) if (! -f $HOME/.mypw.$$ ) then
$prgdir/getpassword.sh $HOME/.mypw.$$
endif
------------------------------------------------
5) set UserId = `head -1 $HOME/.mypw.$$ | tail -1`
set PassWord = `tail -1 $HOME/.mypw.$$`
----------------------------------------------------
6) set runTmp = $<
-------------------------------
7) $myecho "lbuf: $lbuf\n dnsname: $dnsname -- srvOS: $srvOS -- sendFN: $sendFN\n
----------------------------------------
8) set putcmd = "scp -o StrictHostKeyChecking=no $sendFN $UserId"@"$dnsname":"$targetFN"
---------------------------------------------------------
9) set send_slow {10 .500}
spawn $putcmd
expect "*?assword*"
------------------------------------------------------
10) $prgdir/installCompliance.exp $dnsname $HOME/.mypw.$$ $targetFN $runFlag $ckJob $distEmail $forceEmail $TzFlag

Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum under special homework rules.

Please review the rules, which you agreed to when you registered, if you have not already done so.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.