mordred
mordred@lemmy.world
Joined
0 posts • 39 comments
STOL
19 points
They can spin it that way all they want but personally I just left. Granted, I was mostly a lurker but I’m quite sure they lost many of them.
sudo find /srv/lemmy/example.com/volumes/pictrs/files -type f -ctime -1 -exec rm {} \;
- sudo: run as root
- find /srv/lemmy/example.com/volumes/pictrs/files -type f: find files (f) in directory
- -ctime -1: which have been created in the last day
- -exec rm {} ; execute the command rm (remove) on each of them
Deleted by creator
It’s not Boo for sure, I’ll leave it at that