Rosemary McGillicuddy wrote:
Mikkel



./virus-scan.sh


Is this the bit that checks for typos and such i.e. if it returns
errors you know it's not correct?


Just want to know what's for what?

Thanks
Rosemary


Yes, it runs the script. The reasion for using ./virus-scan.sh instead of virus-scan.sh is that the current directory is probably not in your path. It is a shortcut way of giving the full path to the file. ./ means the current directory.

Another way to run a script, especialy if you have not made it executable yet, is t use "sh <script name>". So you could use
"sh virus-scan.sh" to do a test run of your script.


Mikkel
--

  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to