如何增加 Putty 会话中的字符数
我正在使用 Putty 来执行一些命令。我的命令长度为 323 个字符。但它只允许我输入 256 个字符。请帮我。如何增加该限制。
谢谢
I am using Putty to execute some command. The command length that I have is having 323 characters. But its allowing me to type only 256 characters. Please help me. How to increase that limit.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了一个解决方案。我只是先输入 bash,然后尝试运行该命令。它成功了。
I found a solution for this. I just typed
bash
first and then I tried running the command. It worked successfully.如果不允许 bash。您可以将命令放入脚本中并运行该脚本。不要忘记首先使脚本可执行。
In case bash is not allowed. you can put you command in a script and run that script. do not forget to make the script executable first.