由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Re: 如何用grep查找子目录下的文件?
相关主题
Re: 如何用grep查找子目录下的文件?--stop!shell programming problems
grep 如何能够搜索子目录下所有文件 How do i get a list of all computers?
grep 在solaris下搞不定replace a string in all files under a directory?
问一个列目录的问题什么东东能将目录及其子目录下的.tar文件展开!
怎样才能只列出一个目录下面的文件?How to find a file in the deep children directory?
如何把一个目录下的文件名全部改成小写?[转载] 主页问题
httpd loadmodule 问题为什么我就是不会写Shell script?
[转载] How to list the files with specific permission?sed? awk? or mak a program?
相关话题的讨论汇总
话题: grep话题: 子目录话题: 查找
进入Unix版参与讨论
1 (共1页)
m****m
发帖数: 165
1
偶也来凑热闹,呵呵
find . -type f -print | xargs grep -i "yourstring" /dev/null
c*****t
发帖数: 1879
2
sorry, should be
grep pattern `find .`
1 (共1页)
进入Unix版参与讨论
相关主题
sed? awk? or mak a program?怎样才能只列出一个目录下面的文件?
How to program? Shell Question如何把一个目录下的文件名全部改成小写?
how to grep a string in all sub-dirs?httpd loadmodule 问题
how to escape both ' and " from tcsh?[转载] How to list the files with specific permission?
Re: 如何用grep查找子目录下的文件?--stop!shell programming problems
grep 如何能够搜索子目录下所有文件 How do i get a list of all computers?
grep 在solaris下搞不定replace a string in all files under a directory?
问一个列目录的问题什么东东能将目录及其子目录下的.tar文件展开!
相关话题的讨论汇总
话题: grep话题: 子目录话题: 查找