Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
I want to make a script in Unix in which I have to move a file daily to a specific path.
In order to avoid overlapping of the file, I want the file name along with the date.
e.g. mv filename /home/bin.
How can I add the date to the file name?