由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - in unix
相关主题
grep或egrep怎样输出匹配到的不连续的字符串?什么editor在windows底下比较好(visual studio除外)
什么是UNIX sed的holding bufferhow to sed from grep output in c shell? (转载)
如何停止后台的unix process?请教一个perl的问题 (转载)
听说微软要抛弃C#?how to count the times a function is used
Usage of Grep???help!!!how to grep one of the strings?
what's wrong with this scripts?variable passing?[合集] 统一的regex (grep, sed, awk, python,..)
How to fix this? /bin/ls: Argument list too long如何用’sed‘ comment out 某一行。
Shell script 问题请教一个模式匹配问题
相关话题的讨论汇总
话题: unix话题: ora话题: 字符串
进入Programming版参与讨论
1 (共1页)
e******r
发帖数: 220
1
我有一个文件. 如果我想把文件中含"ORA-"的字符串全找出来. 请注意我要的
是字符串(例如ORA-01089),不是那一全行, 所以grep不行.
求建议. 谢谢
t****t
发帖数: 6806
2
awk -- 'BEGIN {RS="[ \t\n]+"} /your_pattern/' your_file

in

【在 e******r 的大作中提到】
: 我有一个文件. 如果我想把文件中含"ORA-"的字符串全找出来. 请注意我要的
: 是字符串(例如ORA-01089),不是那一全行, 所以grep不行.
: 求建议. 谢谢

1 (共1页)
进入Programming版参与讨论
相关主题
请教一个模式匹配问题Usage of Grep???help!!!
Regular Expression 问题what's wrong with this scripts?variable passing?
问个grep正则匹配的问题 (转载)How to fix this? /bin/ls: Argument list too long
请问有没有给出一个c++ project, 能分析各个class, function之间调用关系的软件?Shell script 问题
grep或egrep怎样输出匹配到的不连续的字符串?什么editor在windows底下比较好(visual studio除外)
什么是UNIX sed的holding bufferhow to sed from grep output in c shell? (转载)
如何停止后台的unix process?请教一个perl的问题 (转载)
听说微软要抛弃C#?how to count the times a function is used
相关话题的讨论汇总
话题: unix话题: ora话题: 字符串