John Meyer wrote: > I've started with the following script: > > myfilename = $(date +%m%d%y) + ".tar.gz" > echo $myfilename > > It is giving me this error: ./backupfiles.sh: line 1: myfilename: > command not found. I know I'm doing something wrong here, just can't > figure out what.
Well it's giving you that error because you have a space after myfilename. But if you fix that error, it'll give you some more :( I'd suggest typing "bash tutorial" into the form at http://www.google.com/linux Cheers, Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
