folder_size
folder size
<positive integer followed by size unit (unspecified for bytes,kbfor kilobytes,mbfor megabytes,gbfor gigabytes,tbfor terabytes, orpbfor petabytes)=|!=|>non-negative integer followed by size unit (unspecified for bytes,kbfor kilobytes,mbfor megabytes,gbfor gigabytes,tbfor terabytes, orpbfor petabytes)
Purpose
The amount of data in the folder (including all readable subfolders and files) is less than, equal to, not equal to, or greater than the specified amount (the amount specified in bytes, kilobytes/“kb”, megabytes/“mb”, gigabytes/“gb”, or petabytes/“pb”).
Notes
This requirement may be repeated in the same section.
Examples
# The folder size should not be over 1GB. folder size < 1gb
# The folder size should be greater than 103MB and smaller than 15GB. folder size > 103mb folder size < 15gb
folder_size.txt · Last modified: by 127.0.0.1
