bash:parsing_date_and_time
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
bash:parsing_date_and_time [2020/07/15 09:30] – external edit 127.0.0.1 | bash:parsing_date_and_time [2021/01/26 16:18] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== BASH - Parsing Date and Time ====== | ||
- | |||
- | <code bash> | ||
- | #!/bin/bash | ||
- | year=`date +%Y` | ||
- | month=`date +%m` | ||
- | day=`date +%d` | ||
- | hour=`date +%H` | ||
- | minute=`date +%M` | ||
- | second=`date +%S` | ||
- | echo `date` | ||
- | echo " | ||
- | echo " | ||
- | </ | ||
bash/parsing_date_and_time.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1