Home | History | Annotate | Download | only in src

Lines Matching full:ulimit

8318 name: ulimit-1
8320 Check if we can use a specific syntax idiom for ulimit
8323 if ! x=$(ulimit -d) || [[ $x = unknown ]]; then
8327 ulimit -dS $x && echo okay