User Tools

Site Tools


bash:parsing_date_and_time

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash:parsing_date_and_time [2019/12/17 19:19] – created peterbash: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 "Current Date is: $day-$month-$year" 
-echo "Current Time is: $hour:$minute:$second" 
-</code> 
  
bash/parsing_date_and_time.1576610367.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki