home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / rexx / 821 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!wrkgrp!ets
  3. From: ets@wrkgrp.COM (Edward T Spire)
  4. Subject: Re: Blanks, REXX, and portability...
  5. Message-ID: <1992Aug28.172815.15645@wrkgrp.COM>
  6. Organization: The Workstation Group
  7. References: <19920827090341SEB1525@MVS.draper.com>
  8. Date: Fri, 28 Aug 92 17:28:15 GMT
  9. Lines: 21
  10.  
  11. SEB1525@MVS.draper.com (Steve Bacher) writes:
  12. : In article <ANDERS.92Aug26105620@lise3.lise.unit.no>,
  13. : anders@lise3.lise.unit.no (Anders Christensen) writes:
  14. : [comments on parsing the output of the "who" command]
  15. : As long as we're talking Unix, you can do
  16. :   "who | expand"
  17. : as a portable (from one Unix to another, anyhow) workaround.
  18.  
  19. Parsing of Unix command output will never be portable from one machine
  20. to another.  I tried Ander's 'who' parser on AIX 3.2, and it didn't
  21. work.  Not because of the tab issue (uni-REXX **does** use isspace()
  22. to determine what AIX classifies as whitespace), but because the AIX
  23. 'who' command output just plain doesn't look like the one Anders is 
  24. using!  This crops up all the time on the system administration type
  25. commands you want to use to manage disks, users, tasks, etc.
  26.  
  27. -Ed
  28.