Sort files by last edited after finding them in a specific directory?
Posted
by meder
on Stack Overflow
See other posts from Stack Overflow
or by meder
Published on 2010-06-12T03:37:26Z
Indexed on
2010/06/12
3:42 UTC
Read the original article
Hit count: 159
bash
I'm looking to combine find . -mtime 0
and ls -lt
To find all files modified in the last day in the current working directory, sorted by last modification date.
© Stack Overflow or respective owner