diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-01 19:10:47 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-01 19:10:47 -0400 |
commit | bc0107813be28ab9532f136047d23bbaa158ee8b (patch) | |
tree | a58775772295b25d4955124be85159926cf3c88a /bin/dateify | |
parent | 55f9bd8d5226eb49f5899c5ddca89c655ef96e9b (diff) |
fixo
Diffstat (limited to 'bin/dateify')
-rwxr-xr-x | bin/dateify | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/dateify b/bin/dateify deleted file mode 100755 index 7aefdd9..0000000 --- a/bin/dateify +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/sed -rf -s/\b([0-9]{2})-([A-Z][a-z][a-z])-([0-9]{4})(\b|T|_)/\3-\2-\1\4/ -s/Jan/01/ -s/Feb/02/ -s/Mar/03/ -s/Apr/04/ -s/May/05/ -s/Jun/06/ -s/Jul/07/ -s/Aug/08/ -s/Sep/09/ -s/Oct/10/ -s/Nov/11/ -s/Dec/12/ |