opnsense-src/contrib/awk/awklib/eg/network/webgrab.awk
2001-11-02 21:06:08 +00:00

6 lines
185 B
Awk

BEGIN { RS = "http://[#%&\\+\\-\\./0-9\\:;\\?A-Z_a-z\\~]*" }
RT != "" {
command = ("gawk -v Proxy=MyProxy -f geturl.awk " RT \
" > doc" NR ".html")
print command
}