在docker 中使用ll命令

xiaoxiao2022-06-11  23

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

通过以下设置即可:::

1. vim ~/.bashrc

2. 加入一行

alias ll='ls $LS_OPTIONS -l'

保存退出

3. source ~/.bashrc

转载请注明原文地址: https://www.6miu.com/read-4930279.html

最新回复(0)