HOME


Mini Shell 1.0
DIR: /proc/self/root/usr/share/doc/gawk/examples/network/
Upload File :
Current File : //proc/self/root/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
}