由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] 问一个 shell script 和 rsh 的问题
相关主题
普通用户的login attempt failed le...How unix keep track of the registry?
[转载] 一个问题Is that possible to run a matlab program in background?
[转载] 大家来讨论讨论help on directory access
Help on 'make'How to kick a hidden user?
sed? awk? or mak a program?Glib install problem with Sparc 2.5?
Re: Help on 'make' & More info!remove history logs in CSH
[转载] 谁能给我看看它的shadow文件?help: wtmpx
Tomcat 3.1 + apache 1.3.9一问请教一个UNIX问题, 也许很低级, 谢谢
相关话题的讨论汇总
话题: rsh话题: shell话题: script话题: egrep话题: file
进入Unix版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 cogt 所发表 】
写了一个 shell script 执行:
for file in FileList
do
echo "searching $file..."
rsh RemoteServer 'cd /path/logs/; zgrep something $file'
| egrep "`pattern`" | egrep '[^E]$|CHRGE$' | tee -a LogFile1
done
运行的结果除了 "searching filename1..." 之外什么都没有;
但是单独执行 rsh..., 能够得到一些内容. 真搞不懂什么环节出了问题.
h****u
发帖数: 277
2
' '里面的东西不解释吧。用“”试试。

【在 c**t 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 【 原文由 cogt 所发表 】
: 写了一个 shell script 执行:
: for file in FileList
: do
: echo "searching $file..."
: rsh RemoteServer 'cd /path/logs/; zgrep something $file'
: | egrep "`pattern`" | egrep '[^E]$|CHRGE$' | tee -a LogFile1
: done
: 运行的结果除了 "searching filename1..." 之外什么都没有;

h****u
发帖数: 277
3
少了两个字""

【在 h****u 的大作中提到】
: ' '里面的东西不解释吧。用“”试试。
1 (共1页)
进入Unix版参与讨论
相关主题
请教一个UNIX问题, 也许很低级, 谢谢sed? awk? or mak a program?
急!unix 好像是down掉了Re: Help on 'make' & More info!
[转载] help: a question about xwin32[转载] 谁能给我看看它的shadow文件?
solaris 9 ufs has logging (journal)Tomcat 3.1 + apache 1.3.9一问
普通用户的login attempt failed le...How unix keep track of the registry?
[转载] 一个问题Is that possible to run a matlab program in background?
[转载] 大家来讨论讨论help on directory access
Help on 'make'How to kick a hidden user?
相关话题的讨论汇总
话题: rsh话题: shell话题: script话题: egrep话题: file