Last active
April 10, 2023 12:34
-
-
Save JBlond/cfeaac8a2673e30f8c0be5edc6542520 to your computer and use it in GitHub Desktop.
reboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
who -b | |
last reboot | less | |
last reboot | head -1 | |
last -x|grep shutdown | head -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment