this post was submitted on 18 Aug 2024
1 points (100.0% liked)
Linux
5184 readers
68 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Your
grep
is getting the output of find piped into it, so there's nothing in the find command itself (which has the-exec
in there) to filter it down so it applies to everythingfind
finds. You're filtering for 'Aug 18' afterfind
has already-exec
thecp -ltr
command.You probably want this: