码迷,mamicode.com
首页 > 系统相关 > 详细

Shell 特性:alias

时间:2017-06-10 12:18:07      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:shel   nbsp   别名   cal   设置   blog   ls -l   应该   log   

[root@localhost ~]# alias               # 查看别名
[root@localhost ~]# alias ls=‘ls -l‘    # 设置别名(临时),如果想永久生效应该写入到 ~/.bashrc
[root@localhost
~]# unalias ls # 删除别名

 

 

 

 

    

Shell 特性:alias

标签:shel   nbsp   别名   cal   设置   blog   ls -l   应该   log   

原文地址:http://www.cnblogs.com/pzk7788/p/6977837.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!