编辑文件:
vim ~/.bash_profile
在文件末尾追加:
alias tree="find . -print | sed -e ‘s;[^/]*/;|____;g;s;____|; |;g‘"
应用配置:
source ~/.bash_profile
时间: 2024-10-06 04:04:52
编辑文件:
vim ~/.bash_profile
在文件末尾追加:
alias tree="find . -print | sed -e ‘s;[^/]*/;|____;g;s;____|; |;g‘"
应用配置:
source ~/.bash_profile