akkad Posted August 6, 2007 Share Posted August 6, 2007 Hi everybody , i want to know how to get the creation date of a file on linux as string or if there any command that return just the creation date of the file. not like ls -al ; Link to comment https://forums.phpfreaks.com/topic/63548-solved-how-to-know-the-creation-date-of-a-file-on-linux/ Share on other sites More sharing options...
trq Posted August 6, 2007 Share Posted August 6, 2007 ls -l filename | awk '{print $6" "$7}' Link to comment https://forums.phpfreaks.com/topic/63548-solved-how-to-know-the-creation-date-of-a-file-on-linux/#findComment-316701 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.