comparison bin/datei @ 11665:eeddb1de13d2 draft

<b_jonas> `` f=bin/datei; >$f echo $\'#!/bin/sh\\n\'\'exec date "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"\'; chmod -c a+x "$f"
author HackEso <hackeso@esolangs.org>
date Thu, 06 Dec 2018 22:16:28 +0000
parents c989a1669243
children 10d612def8ee
comparison
equal deleted inserted replaced
11664:39008ff3589c 11665:eeddb1de13d2
1 #!/bin/sh 1 #!/bin/sh
2 exec date --rfc-3=n "$@" 2 exec date "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"