summaryrefslogtreecommitdiffstats
path: root/fb.in
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-15 11:27:47 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-08-15 11:27:47 +0200
commit1c3d1e15e3c1dfd4086f077d2ed405acd94c8b5a (patch)
tree0827f1b78a2fdf2032f7bec2f710492e26479685 /fb.in
parent008a6fc33c39abaad71ec8ad64132713ca1177b3 (diff)
quote filename and add date to -H
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb.in')
-rw-r--r--fb.in2
1 files changed, 1 insertions, 1 deletions
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