Code:
sudo tar --create --file=docs.$(date).tar ~/docs/*.*
sudo tar --create --file=docs.$(date).tar ~/docs/*.*
tar --create --file=docs.`date +%Y%m%d%H%M%S`.tar ~/docs/*.*
tar cvf docs.`date +%Y%m%d%H%M%S`.tar ~/docs/*.*
tar --create --file=docs.`date +%Y%m%d%H%M%S`.tar ~/docs/*.*
tar --create --file=docs.`date +%Y%m%d`.tar ~/docs/*.*
rm -R /docs
Comment