批处理之家's Archiver

tmplinshi 发表于 2010-12-31 20:18

geturls.exe:提取数据流中的链接

[url]http://bcn.bathome.net/s/tool/index.html?key=geturls[/url]
[url=http://ss64.net/westlake/nt/index.html]http://ss64.net/westlake/nt/index.html[/url][code]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.[/code]例:[code]GetURLs /s:"ftp" < test.htm[/code][code]type *.htm | GetURLs > url.txt[/code][[i] 本帖最后由 tmplinshi 于 2011-1-17 23:21 编辑 [/i]]

yhcbird 发表于 2010-12-31 21:47

请楼主吃一吨炒年糕。。。。。

uiopuiop 发表于 2011-1-17 22:53

这个工具的官方网站是在哪里的?

tmplinshi 发表于 2011-1-17 23:16

回复 3楼 的帖子

本来是这个地址的 [url]http://www.geocities.com/fp.westlake/nt/[/url],因为失效了,所以没有在顶楼贴出官网。以下新地址是最近发现的:

[url]http://ss64.net/westlake/nt/index.html[/url]

impk 发表于 2019-8-4 12:47

[i=s] 本帖最后由 impk 于 2019-8-4 12:48 编辑 [/i]

[code]GetURLs /s:"ftp" < test.htm
[/code][code]type *.htm | GetURLs > url.txt
[/code][code]type *.htm | GetURLs /s:"ftp" > url.txt[/code]

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.