ubuntu-buildroot/output/build/host-gawk-5.2.0/awklib/eg/network/webgrab.awk

7 lines
187 B
Awk
Raw Normal View History

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