date – my favorite and most used Linux date commands
# Best Sortable Date and Time (start with the biggest go to smallest: year,month,day,hour,minute,second) date +%Y-%m-%d-%H-%M-%S # ex: 2015-09-15-13-28-50 (which means Sept 15th 2009 at 1:28:50 pm) # or this format whereRead More…