由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - grep + perl regular expr
相关主题
请教怎样截取文本中的一段Python问题请教
问问应该学用那个shell?弱问编译器是executable吗?
运行一个软件说 缺glibc_2.0, 如何解决?about compiling new glibc/gcc in fc14
有没有人玩 openwrt 的 routerpython regexp question (转载)
emacs paste transpose 问题请问怎么把两个行数相等的文件合并起来?
how to use regexp to extract this string pattern ?rrdw:请教一个shell 编程远程文件操作问题.
请教一个基础C++问题 (转载)C++ 诡异的编译问题。请教。
在emacs中怎么按照某种格式进行替换?请高手解答grep和ls的两个问题
相关话题的讨论汇总
话题: perl话题: grep话题: regular话题: expr话题: expression
进入Linux版参与讨论
1 (共1页)
r**u
发帖数: 1567
1
想用grep+perl regular expression在文件里找一些东西,但是遇到这个问题。如何解
决?多谢
grep: Support for the -P option is not compiled into this --disable-perl-
regexp binary
m*********g
发帖数: 273
2
I would use PERL only.
C********s
发帖数: 120
3
download src and compile a grep yourself
b****j
发帖数: 78
4
one line perl grepper:
perl -nle '/regular expression/ and print'

【在 r**u 的大作中提到】
: 想用grep+perl regular expression在文件里找一些东西,但是遇到这个问题。如何解
: 决?多谢
: grep: Support for the -P option is not compiled into this --disable-perl-
: regexp binary

r**u
发帖数: 1567
5
thx

【在 b****j 的大作中提到】
: one line perl grepper:
: perl -nle '/regular expression/ and print'

1 (共1页)
进入Linux版参与讨论
相关主题
请高手解答grep和ls的两个问题emacs paste transpose 问题
如何用’sed‘ comment out 某一行。how to use regexp to extract this string pattern ?
有没有 vim plugin 查找函数被调用的地方?请教一个基础C++问题 (转载)
grep 的问题在emacs中怎么按照某种格式进行替换?
请教怎样截取文本中的一段Python问题请教
问问应该学用那个shell?弱问编译器是executable吗?
运行一个软件说 缺glibc_2.0, 如何解决?about compiling new glibc/gcc in fc14
有没有人玩 openwrt 的 routerpython regexp question (转载)
相关话题的讨论汇总
话题: perl话题: grep话题: regular话题: expr话题: expression