Tagged Questions
2
votes
2answers
387 views
list all files newer than given timestamp and sort them
I want to list all files (sorted by date) that are newer than timestamp in format 20130207003851 in directory /tmp only. Subdirectories can be omitted.
Using SUSE Linux Enterprise Server 11.
The ...
1
vote
1answer
97 views
Why ls -lrth and ls -ltch gives different results
I was trying to find the time of database backup. Normally i use
ls -ltch
But this time i used
ls -lrth
It gave me different result for One file and all date-stamps were same for both ...
1
vote
2answers
1k views
Solaris + display file time stamp [year][month][day]
I have Solaris 10 machine
I need to verify time stamp of some file in my Solaris machine
And to get the following format
[year][month][day]
Example of working command on Linux
ls -l ...
13
votes
2answers
8k views
How do I do a ls and then sort the results by date created?
In what order are the dated ordered by? Certainly not alphanumeric order.
ls -lt sorts by modification time. But I need creation time.