solaris下查了date了strtime的man之后发现没有相应功能,只能用perl替代实现。
AIX/Linux: date +%s
~$date +%s
1239267704
Solaris: perl -e "print time"
perl -e "print time "
1239267735~$
My home,I hope it really show my own image
solaris下查了date了strtime的man之后发现没有相应功能,只能用perl替代实现。
AIX/Linux: date +%s
~$date +%s
1239267704
Solaris: perl -e "print time"
perl -e "print time "
1239267735~$
没有评论:
发表评论