From: Alexander Schmidt Date: Mon, 20 Jul 2015 22:18:58 +0000 (+0200) Subject: modified timestamp format X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/commitdiff_plain/a2ef8e60326c6df9fa6191a022920caf5b604e8b modified timestamp format --- diff --git a/backmeupscotty b/backmeupscotty index 5aa72cc..dd14711 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -10,7 +10,7 @@ _ERROR_ENCOUNTERED=0 _UPPERME=$(echo $(basename $0) | tr '[:lower:]' '[:upper:]') function timestamp { - date +"[%y-%m-%d %H:%M:%S]" + date +'[%y-%m-%d|%H:%M:%S]' } function scottyline {