Re: find files

2023-11-11 Thread Samuel Sieb
On 11/11/23 14:08, Roger Heflin wrote: find . -newermt '1 Sep 2023" ! -name "._sync*" -ls Nice! I missed the operators. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedor

Re: find files

2023-11-11 Thread Roger Heflin
find . -newermt '1 Sep 2023" ! -name "._sync*" -ls On Sat, Nov 11, 2023 at 3:57 PM Samuel Sieb wrote: > > On 11/11/23 13:50, Patrick Dupre via users wrote: > > Hello, > > > > I wish to run > > find . -newermt '1 Sep 2023' > > I get a list of files, among them there are files that I which to excl

Re: find files

2023-11-11 Thread Samuel Sieb
On 11/11/23 13:50, Patrick Dupre via users wrote: Hello, I wish to run find . -newermt '1 Sep 2023' I get a list of files, among them there are files that I which to exclude like ./._sync_9922e9acef00.db ./._sync_9922e9acef00.db-wal ./._sync_9922e9acef00.db-shm I guess that I can exclude the fi