标题: [文本处理] geturls.exe:提取数据流中的链接 [打印本页]
作者: tmplinshi 时间: 2010-12-31 20:18 标题: geturls.exe:提取数据流中的链接
http://bcn.bathome.net/s/tool/index.html?key=geturls
http://ss64.net/westlake/nt/index.html- Version 1.0, Copyright (C)2001 Frank P. Westlake
- Extracts URL's beginning with "http://" or "ftp://" from a stream and
- prints to STDOUT.
-
- program | GetURLs [/e:"string"] [/s:"string"]
-
- /e Additional ending delimiters.
- /s An additional beginning string to match.
-
- The URL is expected to be ended with white space, a double quote, one of the
- angle brackets '<' or '>', or one of the characters in the string identified by
- the /e switch.
复制代码
例:- GetURLs /s:"ftp" < test.htm
复制代码
- type *.htm | GetURLs > url.txt
复制代码
[ 本帖最后由 tmplinshi 于 2011-1-17 23:21 编辑 ]
作者: yhcbird 时间: 2010-12-31 21:47
请楼主吃一吨炒年糕。。。。。
作者: uiopuiop 时间: 2011-1-17 22:53
这个工具的官方网站是在哪里的?
作者: tmplinshi 时间: 2011-1-17 23:16 标题: 回复 3楼 的帖子
本来是这个地址的 http://www.geocities.com/fp.westlake/nt/,因为失效了,所以没有在顶楼贴出官网。以下新地址是最近发现的:
http://ss64.net/westlake/nt/index.html
作者: impk 时间: 2019-8-4 12:47
本帖最后由 impk 于 2019-8-4 12:48 编辑
- GetURLs /s:"ftp" < test.htm
复制代码
- type *.htm | GetURLs > url.txt
复制代码
- type *.htm | GetURLs /s:"ftp" > url.txt
复制代码
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |