too many arguments 问题出现的原因和解决方法

too many arguments问题的解决方法

中文:参数太多

原因分析:

filename中的空格回车等迷惑了bash。
如果环境变量没放在双引号中,那么bash 会认为条件中的自变量过多。

解决方法:
可以用双引号将字符串自变量括起来消除该问题,给命令执行部分加上双引号即可:

如下列大代码:
cd “/media/linux/VMware Tools”

										                                                                       	**@GreyOfficial**
上一篇:Nginx 413 Request Entity Too Large


下一篇:Visual Studio Debug Assertion Failed (Buffer is too small)