File Manager

Current Path : /usr/share/doc/gawk/examples/network/
Upload File :
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
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com