Changeset fcc84cc for BOOK/the-end
- Timestamp:
- May 29, 2014, 12:48:56 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 7cb9b1d
- Parents:
- 1916102
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/the-end/downloadclient.xml
r1916102 rfcc84cc 58 58 NetService = "/inet/tcp/0/mirror.anl.gov/80" 59 59 print "GET /pub/gnu/wget/wget-1.14.tar.xz" |& NetService 60 while ((NetService |& getline) >0)60 while ((NetService |& getline) > 0) 61 61 print $0 62 62 close(NetService) 63 }' >binary63 }' > binary 64 64 65 65 gawk '{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.