tmplinshi 当前离线
版主
Version 1.0, Copyright (C)2001 Frank P. WestlakeExtracts URL's beginning with "http://" or "ftp://" from a stream andprints 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 theangle brackets '<' or '>', or one of the characters in the string identified bythe /e switch.COPY
GetURLs /s:"ftp" < test.htmCOPY
type *.htm | GetURLs > url.txtCOPY
yhcbird 当前离线
三级士官
TOP
uiopuiop 当前离线
二级士官
impk 当前离线
一级士官
type *.htm | GetURLs /s:"ftp" > url.txtCOPY