We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When invoking the sequence:
unset v exec {v}</dev/null if (( v >= 10 )); then echo ok 1; else echo bad 1; fi exec {v}<&- ulimit -n 6
the output should be:
ok 1 failed to close file descriptor 11: bad file descriptor
but instead it is:
ok 1 bash: ulimit: open files: cannot modify limit: EDC5121I Invalid argument.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When invoking the sequence:
the output should be:
but instead it is:
The text was updated successfully, but these errors were encountered: