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
Hi
I used:
file -c".\TheFile.xml"
It was fine.
I tried:
file -c=".\TheFile.xml"
Not what I expected. I thought it would strip the = character. Is that right?
The text was updated successfully, but these errors were encountered:
It seems that -- options can use a = or a space character but - options must use no character or a space.
--createevents="file.xml" --createevents "file.xml" -c"file.xml" -c "file.xml"
--createevents="file.xml"
--createevents "file.xml"
-c"file.xml"
-c "file.xml"
Sorry, something went wrong.
No branches or pull requests
Hi
I used:
file -c".\TheFile.xml"
It was fine.
I tried:
file -c=".\TheFile.xml"
Not what I expected. I thought it would strip the = character. Is that right?
The text was updated successfully, but these errors were encountered: