首页 > 其他 > 详细

定义ll命令

时间:2016-03-04 02:08:26      阅读:145      评论:0      收藏:0      [点我收藏+]



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

定义ll命令

原文:http://h2appy.blog.51cto.com/609721/1747306

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!