【解决方案】在docker 中使用ll命令

要显示文件夹内的文件及文件夹,要使用ll -a 命令

通过以下设置即可:::

1. vim ~/.bashrc

2. 加入一行

alias ll='ls $LS_OPTIONS -l'

保存退出

3. source ~/.bashrc

发布了147 篇原创文章 · 获赞 88 · 访问量 14万+

猜你喜欢

转载自blog.csdn.net/zpwangshisuifeng/article/details/104405106