Review Note

Last Update: 07/10/2024 01:24 PM

Current Deck: Bash fundamentals

Published

Fields:

Effect
list all regular files recursively in the home directory whose name ends '.jpg' of size at least 1M
Command
find ~ -type f -name "*.jpg" -size +1M
Comments
find accepts multiple tests

Tags:

bash_fundamentals

Suggested Changes:

Deck Changes (Suggestion to move the Note to the following Deck):

Field Changes:

Tag Changes: