Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again

2 Answers  


Which scripting language is best for automation?

0 Answers  


What happens on a system call?

0 Answers  


What is awk in shell scripting?

0 Answers  


What is console line?

0 Answers  


What is the difference between break and continue commands?

0 Answers  


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

0 Answers  


What are the two files of crontab command?

0 Answers  


How do I run a script from command prompt?

0 Answers  


What is sh in shell script?

0 Answers  


What are the different shells available?

3 Answers  


what are bootlevel in linux?which level is booting by default.

5 Answers   Symphony,


Categories