Changeset fcc84cc for BOOK/the-end


Ignore:
Timestamp:
May 29, 2014, 12:48:56 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
7cb9b1d
Parents:
1916102
Message:

Replaced redirection operators with &gt;

File:
1 edited

Legend:

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

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