ChinaUnix.net
相关文章推荐:

no job control in this shell

thx~~~~~

by wawxdyy - Shell - 2008-06-19 12:17:11 阅读(979) 回复(4)

相关讨论

用户会用crtl-z暂停任务,想做一脚本,login 执行该脚本,log out kill 该脚本 想用jobs列出暂停任务用bg jobid 带回前台。 但是遇到一个问题, 脚本必须在同一个shell中执行才能看到jobs的输出。 所以只能这样调用 . /usr/globaltools/catt/bin/a.sh (用.) 不能 /usr/globaltools/catt/bin/a.sh 当我执行. /usr/globaltools/catt/bin/a.sh,脚本可以工作, 但是. /usr/globaltools/catt/bin/a.sh&不行, 如何解决这个问题...

by woodpile - Linux论坛 - 2005-09-06 12:58:10 阅读(650) 回复(6)

请问有没有人IBM上的JCL的资料! 我急需这方面资料! 如果有请与我联系,谢谢 AfxMessageBox@hotmail.com

by tigersky2000 - AS400 - 2004-03-18 13:25:33 阅读(913) 回复(1)

我有个batch job , 是java 写的, 想在solaris 上每天下午5点去跑一下,这个shell怎么写啊,请各位帮忙,谢谢先! 在window下我们建了个bat ,内容像 java -jar batch.jar HOUSE_KEEPING , 最后一个是参数。 现在想在solaris 下搞 [ 本帖最后由 linqs083 于 2009-8-4 09:54 编辑 ]

by linqs083 - Shell - 2009-08-04 09:55:57 阅读(1026) 回复(1)

Now the result is like the below: We have lost the day_2 , day_4:backup. This script is still running on other server. and It happens no regular. prevday: total 4576 -rw-r--r-- 1 oracle oradba 2342411 Apr 15 04:00 fullexp_wacarc.dmp.Z day_2: total 0 day_3: total 4512 -rw-r--r-- 1 oracle oradba 2296975 Apr 14 04:00 fullexp_wacarc.dmp.Z day_4: total 0 day_5: total 4400...

by juliey - Shell - 2005-05-20 09:55:01 阅读(640) 回复(0)

各位大侠,bjgirl MM大侠: bash, rh7.3 problem: 1). file f1 and file f2 2). f1 1000 long lines 3). f2 50 short lines 4). f1 contains f2 5). remove all lines in f1 which contain the short lines in f2 i know i can write a small c application to do this combining with sed. can shell script do this job pls ? thx in advance

by BJTD - Shell - 2004-07-19 21:27:19 阅读(1132) 回复(15)
by paulwang - Shell - 2004-05-17 12:33:16 阅读(893) 回复(2)

job ONE:WAS job Steps: 1>http://10.249.200.15:14000/admin 2>login with no "User ID" 3>focus on +WAS01Network -Servers -Application Servers .GALX was01p started .GPCX was01p started .GSIX was01p started Note:If the applications of GALX ,GPCX or GSIX doesn't start,you need to start it with command line,then verify its stat...

by daichuang - AIX文档中心 - 2005-04-25 14:58:21 阅读(911) 回复(0)

我把一个进程bg了,然后exit这个shelljob一离开当前shell就失效了,有办法再fg那个进程吗?

by coolalibaba - Shell - 2005-11-24 15:46:30 阅读(1696) 回复(9)

private protected,public之间的Access control如何? 望各位老师赐教!!

by Justin_free - C/C++ - 2005-09-09 12:23:52 阅读(474) 回复(1)