Disk quotas for testuser (uid 65530): Filesystem usage quota limit timeleft files quota limit timeleft /var/mail 1394 15360 16384 0 0 0 /home 255999 307200 308224 34 0 0 #### my $ugly_regex = '! / # match / \w*? # match optional minimum word characters (/dir) /? # match single optional / \w*? # match optional minimum word characters (/dir/dir) /? # match single optional / \w*? # match optional minimum word characters (/dir/dir/dir) /? # match single optional / \w*? # match optional minimum word characters (/dir/dir/dir/dir) \s? # match a single optional whitespace \d+? # match 1 or more numbers \s? # match a single optional whitespace \d+? # match 1 or more numbers \s? # match a single optional whitespace \d+? # match 1 or more numbers \s? # match a single optional whitespace \d+? # match 1 or more numbers \s? # match a single optional whitespace \d+? # match 1 or more numbers \s? # match a single optional whitespace \d+? # match 1 or more numbers \s? # match a single optional whitespace \d*? # match 0 or more numbers \s? # match a single optional whitespace \d*? # match 0 or more numbers !x';