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

shell

时间:2015-04-12 17:55:12      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

#!bin/bash
#program:
#    this program shows "hello world" in your screen.
#history:
#2015/01/01 Richard first release

PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
echo -e "hello world! \a \n"
exit 0


~/.bashrc 里修改alias
source ~/.bashrc 然后生效

shell

标签:

原文地址:http://my.oschina.net/u/1423127/blog/399222

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