linux shell: adding date to file name
simple way to add the date to the start of a file for archiving etc..
cp test.txt backup/`date +%Y%m%d`.test.txt
simple way to add the date to the start of a file for archiving etc..
cp test.txt backup/`date +%Y%m%d`.test.txt