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

Ubuntu&Mac下使用alias简化日常操作

时间:2014-12-12 18:29:19      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:http   ar   os   使用   sp   strong   on   div   art   

alias 在Linux系统中用来给指令起别名,用来简化很长的指令。 用法很简单:

  • alias : 查看当前所有别名
  • alias tmstart = "$CATALINA_HOME/bin/start.sh" : 为启动tomcat的指令器别名
  • unalias tmstart : 删除 tmstart 别名
如果仅在 Terminal 使用 alias 指令, 那么别名会在 Terminal 关闭后失效。如果想让alias始终存在, 则需要将 alias 指令添加到 ~/.bashrc(Ubuntu) 或者 ~/.bash_profile(MacOS)。当然,你可以添加到 /etc/profile (全局)中(不推荐)。

 

Ubuntu&Mac下使用alias简化日常操作

标签:http   ar   os   使用   sp   strong   on   div   art   

原文地址:http://www.cnblogs.com/little-white/p/4159926.html

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