| Current Path : /proc/8644/root/usr/share/doc/gawk/examples/network/ | 
| Current File : //proc/8644/root/usr/share/doc/gawk/examples/network/webgrab.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
}