From: Colin P. Mccabe Date: Mon, 23 Aug 2021 06:10:06 +0000 (-0700) Subject: Add udate to get UTC date X-Git-Url: http://www.club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?p=cmccabe-bin;a=commitdiff_plain;h=0568b9b64b4d7b840063daac9c791e89c1e173ce Add udate to get UTC date --- diff --git a/udate b/udate new file mode 100755 index 0000000..8ab629d --- /dev/null +++ b/udate @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +exec date -u +'%h %d %H:%M:%S UTC %Y'