jerry200jerry200.blog.chinaunix.net
jerry20000
全部博文(139)
2014年(7)
2013年(16)
2012年(48)
2011年(68)
程睿
ttxslt
Jaylongo
alan2013
盛装舞步
yl198802
zxcemb
ufwtdlf
浅尝寂寞
gy_666
天行健96
hiker
dong2213
why_how1
CSH7
ckolov
Atheist
wending_
发布时间:2011-08-28 12:42:56
fork ( /directory/script.sh)fork是最普通的, 就是直接在脚本里面用/directory/script.sh来调用script.sh这个脚本.运行的时候开一个sub-shell执行调用的脚本,sub-shell执行的时候, parent-shell还在。sub-shell执行完毕后返回parent-shell. sub-shell从parent-shell继承环.........【阅读全文】
发布时间:2011-08-25 10:43:05
本文作者:Leal授权许可:创作共享协议 GNU自由文档许可证 编辑人员:FireHare, Dbzhang800我们可以使用任意一种文字编辑器,比如gedit、kedit、emacs、vi等来编写shell脚本,它必须以如下行开始(必须放在文件的第一行):#!/bin/sh...注意:最好使用“!/bin/bash”而不是“!/bi.........【阅读全文】
发布时间:2011-08-24 11:40:08
......【阅读全文】
发布时间:2011-08-24 11:29:24
发布时间:2011-08-22 14:55:57
登录 注册