#!/bin/sh - # # " The author of this file, J.A. Neitzel , " # " hereby grants it to the public domain. " # # # " Print the date and time in a nice ISO-like format. " # # " usage: now " # date '+%A, %Y-%m-%d, %T %Z'