由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] 问个小问题
相关主题
[转载] 我也问个hummingbird的问题....Re: 如何用grep查找子目录下的文件?--stop!
[转载] 新手问perl的初级问题Re: 如何用grep查找子目录下的文件?
如何把一个目录下的文件名全部改成小写?sed? awk? or mak a program?
[转载] How to list the files with specific permission?how to grep a string in all sub-dirs?
shell programming problemshow to escape both ' and " from tcsh?
How do i get a list of all computers?where is the pre-build version of cxterm-solaris
replace a string in all files under a directory?Where's emacs' private dictionary?
How to find a file in the deep children directory?UNIX Tip: the bad and the good
相关话题的讨论汇总
话题: 问个话题: grep话题: worked
进入Unix版参与讨论
1 (共1页)
l*****i
发帖数: 3929
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 longhei 所发表 】
我有一些程序,需要找出里面所有的“\”符号,但是用“grep \ *”不行。如何才
能用grep达到这一目的呢?
thanks!
g*******e
发帖数: 3
2
\ itself is a special char. u need to escape it by using "\\" instead of "\"

【在 l*****i 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 【 原文由 longhei 所发表 】
: 我有一些程序,需要找出里面所有的“\”符号,但是用“grep \ *”不行。如何才
: 能用grep达到这一目的呢?
: thanks!

l*****i
发帖数: 3929
3
thank you! it worked!

【在 g*******e 的大作中提到】
: \ itself is a special char. u need to escape it by using "\\" instead of "\"
1 (共1页)
进入Unix版参与讨论
相关主题
UNIX Tip: the bad and the goodshell programming problems
如何删除一组文件或给一组文件更名? How do i get a list of all computers?
regular expression中回车用什么表示?replace a string in all files under a directory?
一个高技术问题How to find a file in the deep children directory?
[转载] 我也问个hummingbird的问题....Re: 如何用grep查找子目录下的文件?--stop!
[转载] 新手问perl的初级问题Re: 如何用grep查找子目录下的文件?
如何把一个目录下的文件名全部改成小写?sed? awk? or mak a program?
[转载] How to list the files with specific permission?how to grep a string in all sub-dirs?
相关话题的讨论汇总
话题: 问个话题: grep话题: worked