Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # example of the Linux date format to use in a Bash Script
- #
- # Result will be:
- #
- # 2015-05-20 09:23:20
- #
- DATE=`date +'%Y-%m-%d %H:%M:%S'`
- echo $DATE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement