11552 Want a more modern nawk(1) Reviewed by: Robert Mustacchi <rm@joyent.com>

Review Request #2233 — Created Aug. 19, 2019 and updated

melloc
illumos-gate
9b38f9b...
general
11552 Want a more modern nawk(1) Reviewed by: Robert Mustacchi <rm@joyent.com>


yuri.pankov
  1. 
      
  2. Is trailing whitespace artefact of nawk output?

    1. Yes. The eprint() function in lib.c (line 801 specifically) has:

      (void) fprintf(stderr, " <<< ");
      

      This prints a trailing space right after the "<<<" bit. If there's more content on the line, then this space separates the "<" characters from the others.

  3. 
      
yuri.pankov
  1. Ship It!
  2. 
      
citrus
  1. Ship It!
  2. 
      
Loading...