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 编辑 ] |