cli-scripts/birthdate
2024-02-29 20:44:48 +00:00

6 lines
97 B
Bash
Executable File

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