pub fn parse_timestamp_line(line: &str) -> Option<i64>
If line is a bash timestamp line (# immediately followed by ≥1 digits and nothing else), return the epoch. Bash writes only the raw integer.
line
#