Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/the-end/downloadclient.xml

    rd3a81ee r24b004c  
    5858  NetService = "/inet/tcp/0/mirror.anl.gov/80"
    5959  print "GET /pub/gnu/wget/wget-1.14.tar.xz" |& NetService
    60   while ((NetService |& getline) > 0)
     60  while ((NetService |& getline) > 0)
    6161    print $0
    6262  close(NetService)
    63 }' > binary
     63}' > binary
    6464
    6565gawk '{q=p;p=$0}NR>1{print q}END{ORS = ""; print p}' binary > wget-1.14.tar.xz
Note: See TracChangeset for help on using the changeset viewer.