bash:date_time:parsing_date_and_time
Differences
This shows you the differences between two versions of the page.
bash:date_time:parsing_date_and_time [2021/01/26 16:18] – created peter | bash:date_time:parsing_date_and_time [2021/01/26 16:18] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== BASH - Date & Time - Parsing Date and Time ====== | ====== BASH - Date & Time - 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/date_time/parsing_date_and_time.1611677891.txt.gz · Last modified: 2021/01/26 16:18 by peter