how to read systems current date and time

Answers were Sorted based on User's Feedback



how to read systems current date and time..

Answer / siba sankar nayak

In Unix, to know the current date and time, the command is
date.

Is This Answer Correct ?    2 Yes 1 No

how to read systems current date and time..

Answer / santana20142003

$date -u +%r -->02:26:38 PM
$ date -u +%T -->14:26:48

Is This Answer Correct ?    1 Yes 0 No

how to read systems current date and time..

Answer / m.venkata ramana

read `date '+%m-%d-%y %H-%M-S%'`

Is This Answer Correct ?    1 Yes 0 No

how to read systems current date and time..

Answer / kirtiranjan sahoo

we can use DATE command to know the system date and time.
and want to any modify, then
date +%Y-%m-%d
Y: Year
m: No of month
d: date number
If you want to know the yesterday date, simply you can write the below command
date -d "yesterday"
or
date -d "-1day"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

What does echo mean in scripting?

0 Answers  


How will you emulate wc –l using awk?

0 Answers  


What is scripting autism?

0 Answers  


What is a batch file used for?

0 Answers  


How to change our default shell?

5 Answers  






how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com

0 Answers  


What is bash command used for?

0 Answers  


How do we create command aliases in a shell?

0 Answers  


How to handle the delimiter unit seperator in Unix

2 Answers  


What is shell environment?

0 Answers  


shell script for reverse the string

0 Answers  


What is difference between shell and bash scripting?

0 Answers  


Categories