How to print date in linux?
How to print date in linux
Simply copy and paste this command in your linux console to print the date -
date '+%A %W %Y %X'
Press enter
output: Thursday 20 2014 12:29:38 PM
You can check more command by write this command on your console
date --help
Simply copy and paste this command in your linux console to print the date -
date '+%A %W %Y %X'
Press enter
output: Thursday 20 2014 12:29:38 PM
You can check more command by write this command on your console
date --help
Comments
Post a Comment