shell-utils/sys/birthdate

6 lines
97 B
Bash
Executable File

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