返回列表 发帖

[文本处理] 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.COPY
例:
GetURLs /s:"ftp" < test.htmCOPY
type *.htm | GetURLs > url.txtCOPY
[ 本帖最后由 tmplinshi 于 2011-1-17 23:21 编辑 ]

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

TOP

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

TOP

回复 3楼 的帖子

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

http://ss64.net/westlake/nt/index.html

TOP

本帖最后由 impk 于 2019-8-4 12:48 编辑
GetURLs /s:"ftp" < test.htmCOPY
type *.htm | GetURLs > url.txtCOPY
type *.htm | GetURLs /s:"ftp" > url.txtCOPY

TOP

返回列表