Last active
November 16, 2019 21:02
-
-
Save dky/4443690 to your computer and use it in GitHub Desktop.
Perl one liner to convert epoch time to human readable
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
perl -pe 's/([\d.]+)/localtime $1/e;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment