Topic: getting date with shellscript
I want to cron a tiny script to backup my sqlite database.
it should copy the file 'db' to the file 'db20070327'.
Any hint on how to get the date and concatenate strings in shellscript?
I could easily do it with other programming language, but i want to try shellscript. thanks