cli-scripts/scripts/birthdate

6 lines
97 B
Plaintext
Raw Normal View History

2024-02-29 20:44:48 +00:00
#!/bin/sh
statout=$(stat -c %W --terse /)
birthdate=$(date --date="@$statout")
echo $birthdate