10 Aug
2006
10 Aug
'06
19:24
Oops forgot the example: #!/bin/bash mount /dev/hda1 /windows/c/ vDate=`date +20%y-%m-%d` tar -zcvf Cdrive$vDate.tar.gz /windows/c echo $vDate umount windows/c/