bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

history file missing timestamp when HISTFILESIZE reached


From: Grisha Levit
Subject: history file missing timestamp when HISTFILESIZE reached
Date: Sun, 19 Mar 2023 21:12:23 -0400

When HISTTIMEFORMAT is set and history file truncation is performed,
the first line of the history file (i.e. the timestamp of the first
entry) seems to always be missing

> /tmp/hist
HISTTIMEFORMAT= HISTFILESIZE=3 HISTFILE=/tmp/hist bash --norc -in <<<$'1\n2\n3'

$ cat /tmp/hist
1
#1679274410
2
#1679274410
3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]