由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] grep question
相关主题
[转载] Shell高手看过来。请问如何结束一个qlogin session
help! how to do this?面试中的unix, linux的几个问题,不知道自己答对了没有。
grep usageRe: how to change all the files .cpp to .C
shell problem: how to "grep" in this case?关于emacs一问。
How to find a file in the deep children directory?文件改名一问?
UNIX Tip: the bad and the good怎么样循环执行一个命令?
ls in Unix (Sun)manage cisco router
question[转载] perl: regex
相关话题的讨论汇总
话题: grep话题: unix话题: linux话题: question话题: agehadj
进入Unix版参与讨论
1 (共1页)
a*****j
发帖数: 13
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 AgehaDJ 所发表 】
for example,
if you want to find files that contain both "linux" and "unix",
so we should do it in shell
foreach(`grep -l "linux" *.*`)
grep "unix";
is it correct? or not?
or how should I do it?
u****s
发帖数: 2186
2
grep linux *.* |grep unix

【在 a*****j 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 【 原文由 AgehaDJ 所发表 】
: for example,
: if you want to find files that contain both "linux" and "unix",
: so we should do it in shell
: foreach(`grep -l "linux" *.*`)
: grep "unix";
: is it correct? or not?
: or how should I do it?

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] perl: regexHow to find a file in the deep children directory?
question on PerlUNIX Tip: the bad and the good
pkgadd on Solarisls in Unix (Sun)
Perl: hash numerical sortquestion
[转载] Shell高手看过来。请问如何结束一个qlogin session
help! how to do this?面试中的unix, linux的几个问题,不知道自己答对了没有。
grep usageRe: how to change all the files .cpp to .C
shell problem: how to "grep" in this case?关于emacs一问。
相关话题的讨论汇总
话题: grep话题: unix话题: linux话题: question话题: agehadj