That doesn't work, DS_Store are files not directories ( you need to use -type f).An equivalent find command would be:find "$HOME" -type f -name '.DS_Store' -delete -printfind takes a while; fd is way, way faster, but find is preinstalled, so there is that.
Okay, and where is throwing the book aside and remembering the page, and when you inevitably forget where you were, just starting from the last place you vaguely remember?
I really like Alien: Covenant.
Micheal Fassbender is fantastic in that movie.Awesome cinematography, awesome vibe, awesome creatures and Aliens, and a fantastic ending.\
It’s my second favorite Alien movie.Okay, thanks to that statement the flamethrowers are gonna come out; let me explain:
Alien is a nigh untouchable masterpiece.
Alien: Covenant
Aliens is a good movie. I don’t quiet like it as much as an Alien-Movie and also am generally not that big of a fan as quite a lot of people seem to be.
Alien Romulus. Okay, nice movie I guess. The are some plot holes like: How do they know Ridley threw the Xenomorph out of the airlock? She is still in Cryosleep. But generally quite enjoyable. Jumping Facehuggers are a nice touch.
Prometheus. I also don’t dislike this one. Even though they got lost in the weeds on this one a bit.
That doesn't work,
DS_Storeare files not directories ( you need to use-type f).An equivalentfindcommand would be:find "$HOME" -type f -name '.DS_Store' -delete -printfindtakes a while;fdis way, way faster, butfindis preinstalled, so there is that.