%PDF- %PDF-
Direktori : /usr/share/doc/gawk/examples/network/ |
Current File : //usr/share/doc/gawk/examples/network/webgrab.awk |
BEGIN { RS = "https?://[#%&\\+\\-\\./0-9\\:;\\?A-Z_a-z\\~]*" } RT != "" { command = ("gawk -v Proxy=MyProxy -f geturl.awk " RT \ " > doc" NR ".html") print command }