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
ble.sh uses this. It tests the sticky bit (See the manual of Bash). I think this is relatively easy to support.
$ bin/osh -c '[[ -k /tmp ]]' [[ -k /tmp ]] ^~~~ [ -c flag ]:1: Expected ]] $ bin/osh -c 'test -k /tmp' test -k /tmp ^~ [ -c flag ]:1: (test) Expected unary operator, got '-k' (2 args) $
The text was updated successfully, but these errors were encountered:
[osh-language] Stub for test -k
2827cda
Addresses issue #649
Actually this is a dupe of #537
Sorry, something went wrong.
baf282e
Addresses issue oils-for-unix#649
No branches or pull requests
ble.sh uses this. It tests the sticky bit (See the manual of Bash). I think this is relatively easy to support.
The text was updated successfully, but these errors were encountered: