bash脚本报错:ll: command not found
Posted Dontla
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bash脚本报错:ll: command not found相关的知识,希望对你有一定的参考价值。
在脚本中用了ll
这个命令,然后运行脚本时报错了
(test.sh)
#!/bin/bash
ll
echo "hh" # test
ll
echo "herhrt" # test 2
exit
原因:
原因: ll 并不是Linux 下一个基本的命令,它实际上是ls -l 的一个别名,默认不支持命令ll ,必须用ls-l;
以上是关于bash脚本报错:ll: command not found的主要内容,如果未能解决你的问题,请参考以下文章
win-sudo插件解决Git bash 执行脚本报错问题 bash: sudo: command not found
mac -bash: ll: command not found 解决方案
mac -bash: ll: command not found 解决方案
Linux Shell脚本报错:command not found
运行shell脚本报错```$'\r':command not found```
FlinkFlink 提交任务报错 export: `failed:‘: not a valid identifier bash: Execute:: command not found