From 1c3d1e15e3c1dfd4086f077d2ed405acd94c8b5a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 15 Aug 2011 11:27:47 +0200 Subject: quote filename and add date to -H Signed-off-by: Florian Pritz --- fb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fb.in') diff --git a/fb.in b/fb.in index 133e3d7..d47105a 100644 --- a/fb.in +++ b/fb.in @@ -200,7 +200,7 @@ elif [ "$DISPLAYHISTORY" ]; then oldest_time=`echo "$now - $maxage" | bc` awk -F" :: " ' - ($4 < '$minsize' || $3 < '$oldest_time' ) { print $1" - "$2} + ($4 < '$minsize' || $3 < '$oldest_time' ) { print $1" - \""$2"\" on "strftime("%a %b %d %H:%M:%S %Z %Y", $3)} ' $FBHIST elif [ $# -eq 0 ]; then -- cgit v1.2.3-24-g4f1b