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
参数无法生效(-o 以及 /o 格式参数都无效)
运行 bash s nas command ls /mnt/auto 会报错:
bash s nas command ls /mnt/auto
但将command 后的参数用引号包裹后可正常执行: bash s nas command 'ls /mnt/auto'
bash s nas command 'ls /mnt/auto'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CMD中
参数无法生效(-o 以及 /o 格式参数都无效)

gitBash
运行

bash s nas command ls /mnt/auto
会报错:
但将command 后的参数用引号包裹后可正常执行:
bash s nas command 'ls /mnt/auto'
The text was updated successfully, but these errors were encountered: