Linux Tips and Tricks

Linux Tips and Tricks

Date command Tips in GNU

October20
1
2
$ date -d "last monday"
Mon Jun 28 00:00:00 IST 2010
1
2
$ date -d "last sunday"
Sun Jun 27 00:00:00 IST 2010
1
2
$ date -d "1 day ago"
Fri Jul 2 14:58:42 IST 2010
1
2
$ date -d "2 days"
Mon Jul 5 14:59:02 IST 2010
1
2
$ date -d "200 days"
Wed Jan 19 14:59:07 IST 2011
1
2
$ date -d "last saturday" +%d-%m-%Y
26-06-2010
1
2
$ date -d "1 hour ago"
Sat Jul 3 14:01:09 IST 2010
1
2
$ date
Sat Jul 3 15:01:11 IST 2010
posted under Uncategorized

Email will not be published

Website example

Your Comment:


Recent Comments

    Categories