Ignore:
Timestamp:
May 29, 2014, 12:53:29 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
150ed37
Parents:
5bef7df
git-author:
Chris Staub <chris@…> (05/29/14 00:48:56)
git-committer:
Chris Staub <chris@…> (05/29/14 00:53:29)
Message:

Replaced redirection operators with &gt;

File:
1 edited

Legend:

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

    r5bef7df rd3a81ee  
    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.