2008-07-17

Script to convert Unix time to a human readable date

unixtime:
#!/bin/sh
date -d @$1

No comments:

Post a Comment

Note: only a member of this blog may post a comment.