User Tools

Site Tools


folder_size

folder size

  • < positive integer followed by size unit (unspecified for bytes, kb for kilobytes, mb for megabytes, gb for gigabytes, tb for terabytes, or pb for petabytes)
  • = | != | > non-negative integer followed by size unit (unspecified for bytes, kb for kilobytes, mb for megabytes, gb for gigabytes, tb for terabytes, or pb for 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki