Append date to a filename in linux

user3851659 :

I want add the date next to a filename ("somefile.txt"). For example: somefile_DDMMYYYYHHMMSS.txt

Maybe a script will do or some command in the terminal window. I'm using Linux.

Thanks in advance.