home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / rexx / 727 < prev    next >
Encoding:
Text File  |  1992-08-17  |  714 b   |  26 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!usc!sdd.hp.com!mips!darwin.sura.net!paladin.american.edu!auvm!CESTRIAN.CCF.SWRI.EDU!CHRIS
  3. Return-Path: <chris@cestrian.ccf.swri.edu>
  4. Message-ID: <9208171421.AA0199@cestrian.ccf.swri.edu>
  5. Newsgroups: comp.lang.rexx
  6. Date:         Mon, 17 Aug 1992 08:17:14 EST
  7. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  8. From:         chris@CESTRIAN.CCF.SWRI.EDU
  9. Subject:      SH Backquote
  10. Comments: To: REXXLIST@OHSTVMA.ACS.OHIO-STATE.EDU
  11. Lines: 13
  12.  
  13. Just a little easier CMS example:
  14.  
  15. /* */
  16. arg fls
  17. say "Space used:"
  18. "listfile "fls" (stack blocks"
  19. if rc^=0 then exit
  20. say "Number of files: "queued()
  21. "desbuf"
  22.  
  23. Wizardy is Wonderful
  24.  
  25. Later .....
  26.