存储库 - 文件扫描程序 [英] Repository - file scanner

查看:80
本文介绍了存储库 - 文件扫描程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问候,


有人可以将我的混乱头部指向/ python存储库。我知道

一个存在但又找不到它。特别是我正在寻找一个独立的搜索工具

给定路径搜索文件的

文本字符串。

谢谢,


jvh

Greetings,

Could someone point my muddled head at a/the python repository. I know
that one exists but cannot find it again. In particular I am looking
for a standalone search tool that given a path searches files for a
text string.
Thanks,

jvh

推荐答案

6月8日下午2:33,HMS惊喜< j。 .. @ datavoiceint.comwrote:
On Jun 8, 2:33 pm, HMS Surprise <j...@datavoiceint.comwrote:

问候,


有人可以将我的混乱头部指向/ python存储库。我知道

一个存在但又找不到它。特别是我正在寻找一个独立的搜索工具

给定一个路径搜索文件的

文本字符串。


谢谢,


jvh
Greetings,

Could someone point my muddled head at a/the python repository. I know
that one exists but cannot find it again. In particular I am looking
for a standalone search tool that given a path searches files for a
text string.

Thanks,

jvh



您是否正在寻找


A.)a用于搜索与给定文本匹配的文件名的Python脚本

string?

B.)用于在文本文件中搜索给定文本字符串的脚本?

C.)一个Python存储库,如在SVN / CVS区域?


这里有一些用于查找给定路径的文件的脚本:

http://aspn.activestate.com/ASPN /Coo.../Recipe/52224
http://aspn.activestate.com/ASPN/Coo.../Recipe/189973


这里有一篇关于创建的有趣文章Python查找实用程序:
http:// www。 python.org/search/hyperma...94q2/0116.html


这个链接有一个来自学习Python的章节。由O''Reilly撰写关于在文件中查找单词的内容:
http://www.oreilly.com/catalog/lpyth...pter/ch09.html


"储存库"在这里: http://svn.python.org/


享受!


Mike

Are you looking for

A.) a Python script to search for file names that match a given text
string?
B.) a script to search for a given text string within a text file?
C.) a Python repository, as in the SVN/CVS area?

Here''s a couple scripts for finding files given a path:

http://aspn.activestate.com/ASPN/Coo...n/Recipe/52224
http://aspn.activestate.com/ASPN/Coo.../Recipe/189973

And here''s an interesting article on creating a Python "Find" utility:
http://www.python.org/search/hyperma...94q2/0116.html

This link has a chapter from "Learning Python" by O''Reilly that talks
about looking for words within files:
http://www.oreilly.com/catalog/lpyth...pter/ch09.html

The "repository" is here: http://svn.python.org/

Enjoy!

Mike


6月8日下午2:33,HMS惊喜< j ... @ datavoiceint.comwrote:
On Jun 8, 2:33 pm, HMS Surprise <j...@datavoiceint.comwrote:

问候,


有人能指出我头脑混乱/ python存储库。我知道

一个存在但又找不到它。特别是我正在寻找一个独立的搜索工具

给定一个路径搜索文件的

文本字符串。


谢谢,


jvh
Greetings,

Could someone point my muddled head at a/the python repository. I know
that one exists but cannot find it again. In particular I am looking
for a standalone search tool that given a path searches files for a
text string.

Thanks,

jvh



在O''Reilly的学习Python文件中搜索文件中的文本。书:
http://www.oreilly。 com / catalog / lpyth ... pter / ch09.html

搜索给定路径(或路径)的文件和一些要搜索的文本:
http://aspn.activestate.com/ASPN/Coo。 ..n / Recipe / 52224
http://aspn.activestate.com/ASPN/Coo.../Recipe/189973
http://www.python.org/search/hyperma...94q2/0116.html


Python存储库(我认为): http://svn.python.org/


Mike

Search for text in a file, from O''Reilly''s "Learning Python" book:
http://www.oreilly.com/catalog/lpyth...pter/ch09.html

Search for files given a path (or paths) and some text to search for:
http://aspn.activestate.com/ASPN/Coo...n/Recipe/52224
http://aspn.activestate.com/ASPN/Coo.../Recipe/189973
http://www.python.org/search/hyperma...94q2/0116.html

The Python repository (I think): http://svn.python.org/

Mike


En Sat,2007年6月9日12:30:49 -0300 ,< ky ****** @gmail.comescribió:
En Sat, 09 Jun 2007 12:30:49 -0300, <ky******@gmail.comescribió:

6月8日下午2:33,HMS惊喜< j ... @ datavoiceint .comwrote:
On Jun 8, 2:33 pm, HMS Surprise <j...@datavoiceint.comwrote:


>有人指着我的混乱头部在/ python存储库。我知道那个存在但又找不到它。特别是我正在寻找一个独立的搜索工具,它给出了一个路径搜索文件的文本字符串。
>Could someone point my muddled head at a/the python repository. I know
that one exists but cannot find it again. In particular I am looking
for a standalone search tool that given a path searches files for a
text string.



您是否在寻找


A.)用于搜索与给定文本匹配的文件名的Python脚本/>
string?

B.)在文本文件中搜索给定文本字符串的脚本?

C.)Python存储库,如SVN / CVS区域?


Are you looking for

A.) a Python script to search for file names that match a given text
string?
B.) a script to search for a given text string within a text file?
C.) a Python repository, as in the SVN/CVS area?



D.)Python Package Index也许? http://www.python.org/pypi

-

Gabriel Genellina

D.) The Python Package Index perhaps? http://www.python.org/pypi

--
Gabriel Genellina


这篇关于存储库 - 文件扫描程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆