shell-utils/sys/birthdate

6 lines
97 B
Plaintext
Raw Permalink Normal View History

2023-07-15 19:21:25 +00:00
#!/bin/sh
statout=$(stat -c %W --terse /)
birthdate=$(date --date="@$statout")
echo $birthdate