ulimit - get or set process resource limits.
ulimit [-HS] [-cdfnstv] [limit] ulimit [-HS] -a
ulimit is a POSIX regular builtin provided by Rush. Without a limit operand, it prints the selected resource limit. A numeric operand sets the limit; unlimited removes it. When neither -H nor -S is given, setting a limit updates both the hard and soft limits.
-H-S-a-c-d-f-n-s-t-vSee the POSIX definition for command-specific status rules. Usage errors generally return a non-zero status.
rush-builtins(7), POSIX Shell Command Language.