diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-08-15 11:27:47 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-08-15 11:27:47 +0200 |
commit | 1c3d1e15e3c1dfd4086f077d2ed405acd94c8b5a (patch) | |
tree | 0827f1b78a2fdf2032f7bec2f710492e26479685 | |
parent | 008a6fc33c39abaad71ec8ad64132713ca1177b3 (diff) |
quote filename and add date to -H
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | fb.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |