在docker 中使用ll命令

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

通过以下设置即可

1. vim ~/.bashrc

2. 加入一行

alias ll='ls $LS_OPTIONS -l'

保存退出

3. source ~/.bashrc

原文地址:https://www.cnblogs.com/justuntil/p/13379149.html