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 ; Quote Link to comment Share on other sites More sharing options...
trq Posted August 6, 2007 Share Posted August 6, 2007 ls -l filename | awk '{print $6" "$7}' Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.