在docker 中使用ll命令

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

通过以下设置即可:::

1. vim ~/.bashrc

2. 加入一行

alias ll='ls $LS_OPTIONS -l'

保存退出

3. source ~/.bashrc

你可能感兴趣的:(在docker 中使用ll命令)