Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Terminal Mac终端没有';无法识别ll命令,仅适用于ls。如何修复它?谢谢_Terminal - Fatal编程技术网

Terminal Mac终端没有';无法识别ll命令,仅适用于ls。如何修复它?谢谢

Terminal Mac终端没有';无法识别ll命令,仅适用于ls。如何修复它?谢谢,terminal,Terminal,目前我正在使用我的mac终端进行编程。我只想在终端上显示文件,但ll不工作。它这样抱怨 $-bash:ll:找不到命令。 有人能帮我吗?谢谢..在普通macOS安装上没有ll命令。在某些Linux发行版上,ll是ls的别名 $ which ll alias ll='ls -l --color=auto' /bin/ls

目前我正在使用我的mac终端进行编程。我只想在终端上显示文件,但ll不工作。它这样抱怨 $-bash:ll:找不到命令。
有人能帮我吗?谢谢..

在普通macOS安装上没有ll命令。在某些Linux发行版上,ll是ls的别名

$ which ll
alias ll='ls -l --color=auto'
    /bin/ls