Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ls in unix

Status
Not open for further replies.

rsk2003

Programmer
Aug 22, 2003
1
US
Hi all
using ls command how could we find date/time of the file created.Please respond asap.
Regards
satish
 
Not sure why this is in the C++ forum, and why you haven't just read the
Code:
ls --help
or man page for ls...

Anywho, ls -l will give you most of the information you need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top