您的位置:首页 > 其它

定义ll命令

2016-03-03 19:20 260 查看
OSX

~/.profile
或者
~/.bash_profile

alias ll='ls -lG'
或者
alias ll='ls -lGaf'

linux

~/.bashrc
或者
~/.bash_profile

alias ll='ls -l --color=auto'

执行
source ~/.bash_profile
或者
从新打开terminal
即可生效。
本文出自 “GONE WITH THE WIND” 博客,请务必保留此出处http://h2appy.blog.51cto.com/609721/1747306
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: