Results 1 to 3 of 3
I have uploaded a file to a Linux computer. I do not know its name. So how to view files through their last created date attribute ?...
- 08-10-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 11
How to view last created file ?
I have uploaded a file to a Linux computer. I do not know its name. So how to view files through their last created date attribute ?
- 08-10-2011 #2
on the machine:
Code:ls -lart
You must always face the curtain with a bow.
- 08-18-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 35
you can use find command too


Reply With Quote