summaryrefslogtreecommitdiffstats
path: root/contrib/awk/awklib/eg/network/webgrab.awk
blob: 41738805afb2b5e7dc4aa71782cb135fd6f843e7 (plain)
1
2
3
4
5
6
BEGIN { RS = "http://[#%&\\+\\-\\./0-9\\:;\\?A-Z_a-z\\~]*" }
RT != "" {
   command = ("gawk -v Proxy=MyProxy -f geturl.awk " RT \
               " > doc" NR ".html")
   print command
}
OpenPOWER on IntegriCloud