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
Thank you for creating and maintaining this package - it is incredibly useful!
I've encountered a unique situation that I don't think is currently supported by shx (but it supported by shelljs).
I can test if a file or directory exists with the test command:
test
shx test -f "file" shx test -d "directory"
But I cannot do the opposite (check if it does not exist). ShellJS supports the negation of a test, but I'm not seeing a way to do it with shx.
https://github.com/shelljs/shelljs#testexpression
The text was updated successfully, but these errors were encountered:
Looks like this could be a duplicate of issue #173?
Sorry, something went wrong.
Ah yes - thank you for catching that. Sorry for the duplicate issue. :-)
No branches or pull requests
Thank you for creating and maintaining this package - it is incredibly useful!
I've encountered a unique situation that I don't think is currently supported by shx (but it supported by shelljs).
I can test if a file or directory exists with the
test
command:But I cannot do the opposite (check if it does not exist). ShellJS supports the negation of a test, but I'm not seeing a way to do it with shx.
https://github.com/shelljs/shelljs#testexpression
The text was updated successfully, but these errors were encountered: