diff --git a/find.md b/find.md index e1870f83b..fd39a5c9b 100644 --- a/find.md +++ b/find.md @@ -33,6 +33,14 @@ find -regex PATTERN ``` +```bash +-size 8 # Exactly 8 512-bit blocks +-size -128c # Smaller than 128 bytes +-size 1440k # Exactly 1440KiB +-size +10M # Larger than 10MiB +-size +2G # Larger than 2GiB +``` + ```bash -newer file.txt -newerm file.txt # modified newer than file.txt