Tag: Kommand

  • How to: Add time/date stamp in Linux – Linux Tutorial

    Sometimes you need to add a handy time-stamp to your bash output. For back-up purposes, archiving-purposes or just for experimenting. Doing so is simple, you just need to add the $date command to your output. First, some basics (All the variables are case-sensitive): date – Display the current date %y – Add current year %m…