<quote who="Kevin Saenz"> > I have a bash script where I create a tar.gz file I would > grab current date and add it to the file name. Could anyone > please advise where I could look so I can develop my script > further? >
echo mytar-$(date +%d%m%Y).tar.gz mytar-03112003.tar.gz Cheers, Jan. -- Jan Schmidt [EMAIL PROTECTED] "Stoke me a clipper, I'll be back for Christmas" -- Arnold 'Ace' Rimmer, Red Dwarf -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
