Create time stamp based file to store information using shell scripting
As an administrator or GNU/Linux enthusiast you might come across a requirement of logging information from you shell scripts into files whenever they are run. We would love to do this if the files created have a unique name and also give out information when it was created.
In this post we will see how we can achieve that.