Group: fa.openbsd.tech




Subject: Patch to add ISO 8601 format output to date(1) with an option
From: Marco S Hyman
Date: 4/17/2007 1:39:46 AM
"Nick Guenther" writes: > date(1) is designed specifically to be hackable like this. Just do this: > #echo "date \"%FT%T\"" > /usr/local/bin/idate && chmod +x /usr/local/bin/idate Typo: you forgot the + $ date +%FT%T 2007-04-16T18:35:19 // marc