由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 问道题
相关主题
教如何提取运行结果,用grep,awk等shell commandgrep 的问题
自己写的程序,程序参数应该放在哪个系统目录下面?怎么看网络电视啊?
/etc/passwd 里面没有user ids?问问应该学用那个shell?
perl regular expression: find $pattern.Grep 能作这个吗?
C++ 诡异的编译问题。请教。问个 ps 命令的问题
请高手解答grep和ls的两个问题QTerm中文输入问题
如何用’sed‘ comment out 某一行。请教怎样截取文本中的一段
有没有 vim plugin 查找函数被调用的地方?Unix/Linux 命令行如何去除文本的重复行
相关话题的讨论汇总
话题: za话题: proc话题: warning话题: users话题: regular
进入Linux版参与讨论
1 (共1页)
h****a
发帖数: 70
1
Which of the following regular expressions matches the entire string?
proc: warning 349 com.service.Register_Users: unable to connect
The regular expression syntax is that used in grep, perl, python, and ruby.
proc[a-z:0-9\.\s]Register_Users: [a-z\s]
(a-z)+: warning (0-9)+ (a-zA-Z)+: .*
[a-z]+: (warning|error) [0-9]+ [a-zA-Z_\.]+: .*
proc: warning [0-9]+ [a-zA-Z_\.]+: .+
proc: [a-z_]+[a-z]+: .+
None of the above.
F*V
发帖数: 3978
2

this one seems good

【在 h****a 的大作中提到】
: Which of the following regular expressions matches the entire string?
: proc: warning 349 com.service.Register_Users: unable to connect
: The regular expression syntax is that used in grep, perl, python, and ruby.
: proc[a-z:0-9\.\s]Register_Users: [a-z\s]
: (a-z)+: warning (0-9)+ (a-zA-Z)+: .*
: [a-z]+: (warning|error) [0-9]+ [a-zA-Z_\.]+: .*
: proc: warning [0-9]+ [a-zA-Z_\.]+: .+
: proc: [a-z_]+[a-z]+: .+
: None of the above.

1 (共1页)
进入Linux版参与讨论
相关主题
Unix/Linux 命令行如何去除文本的重复行C++ 诡异的编译问题。请教。
一个初级问题请高手解答grep和ls的两个问题
[已解决]请问在Ubuntu里的触摸板(touchpad)可以关掉吗?如何用’sed‘ comment out 某一行。
命令行下咋回到历史目录啊?有没有 vim plugin 查找函数被调用的地方?
教如何提取运行结果,用grep,awk等shell commandgrep 的问题
自己写的程序,程序参数应该放在哪个系统目录下面?怎么看网络电视啊?
/etc/passwd 里面没有user ids?问问应该学用那个shell?
perl regular expression: find $pattern.Grep 能作这个吗?
相关话题的讨论汇总
话题: za话题: proc话题: warning话题: users话题: regular