Aug 22, 2003 #1 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
Hi all using ls command how could we find date/time of the file created.Please respond asap. Regards satish
Sep 2, 2003 #2 jstreich Programmer Apr 20, 2002 1,067 US 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. Upvote 0 Downvote
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.