How can I list in long format all files (located in a directory) which belong to me (rights) and were modified more than 7 days ago?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Use the find command with an argument for files owned by a given username and modified over a certain time.
EDIT: Optionally (if you use GNU find, mandatory if you use other implementations) you can add a directory location to search in like this: |
|||||
|
|
In zsh:
|
|||
|
|