Create file with TimeStamp in Shell Script
I love using Ubuntu OS for development. I need to create a shell script that saves new file with a timestamp. Following are steps that I’ve followed: Understanding date command. [email protected]:~$ date Wed Sep 18 13:53:49 IST 2019 Use any of following command to know options for date command. [email protected]:~$ date –h OR [email protected]:~$ man …