shell-utils/sys/birthdate
2023-07-15 20:21:25 +01:00

6 lines
97 B
Bash
Executable File

#!/bin/sh
statout=$(stat -c %W --terse /)
birthdate=$(date --date="@$statout")
echo $birthdate