> Date: Fri, 7 May 2010 13:09:09 +0100
> From: todorovic.s@googlemail.com
> To: main@lists.alug.org.uk
> Subject: Re: [ALUG] Deleting directories which only contain old files
>
> how would one go about unit testing this given that it's a
> bash script?
You can use the sh command to run it. using the option -v will show the line its executing, before it executes. There are more options, I thought there was the -i which did the same. See "man sh"
# more ./shelltest.sh
#/bin/sh
echo line 1
echo line 2
echo .
# sh -v ./shelltest.sh
#/bin/sh
echo line 1
line 1
echo line 2
line 2
echo .
.
#
HTH
Keith
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. Get busy.