adspace


How to check the date in unix?

Answer Posted / Dolly

"To check the current date in Unix, you can use the date command:
`date`nThis will display the current date and time. To display just the date, you can use:
`date +%m-%d-\%y`nThis will display the date in the format MM-DD-YY."n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988