html tool

2016年6月29日星期三

How to have `ll` command not display hidden files

add: http://askubuntu.com/questions/210615/how-to-have-ll-command-not-display-hidden-files

问题:
无法使用ll 

解决:
.bashrc中添加
alias ll='ls -l'

没有评论:

发表评论