linux
wawa129
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sheel命令(批处理)
1:当前我的们的tomcat,java项目都是用一个批处理命令处理的(包括kill,start,log等) 执行doall即执行所有命令: 2:编写方法 目录:/root/.bash_profile .bash_profile 文件的内容如下: # .bash_profile # Get the aliases and fun...原创 2015-01-09 09:08:04 · 200 阅读 · 0 评论 -
sheel命令(批处理)
/.bash_profile .bash_profile 文件的内容如下: # .bash_profile # Get the aliases and functionsif [ -f ~/.bashrc ]; then. ~/.bashrcfi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATHunset USERNAME原创 2015-01-09 09:08:04 · 179 阅读 · 0 评论
分享