mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-31 01:34:23 +02:00
To speedup the process, I used command: ``` cat <<EOF | while IFS= read D; do printf 'os:<name>:%s:%s:\n' "$D" "$(date '+%s' --date=$D)"; done 2025-02-07 EOF ```