need to display the directory's timestamp - Last modified time of the directory
Asked
Active
Viewed 746 times
1 Answers
0
You can try this simple command: ls -la

megan5
- 11
- 1
-
`ls -ld .` limits the output to just the directory itself. Megan5's answer will give you a line for every file in the directory. – rojomoke Aug 12 '15 at 10:46