home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / cmds / root.3 / usr / lib / acct / prctmp / prctmp~
Text File  |  1998-08-19  |  918b  |  25 lines

  1. #!/sbin/sh
  2.  
  3. # Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  4. #                                                                         
  5. #        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  6. #                   SANTA CRUZ OPERATION INC.                             
  7. #                                                                         
  8. #   The copyright notice above does not evidence any actual or intended   
  9. #   publication of such source code.                                      
  10.  
  11. #    copyright    "%c%"
  12.  
  13. #ident    "@(#)acct:common/cmd/acct/prctmp.sh    1.7.1.3"
  14. #ident "$Header: $"
  15. #    "print session record file (ctmp.h/ascii) with headings"
  16. #    "prctmp file [heading]"
  17. PATH=/usr/lib/acct:/usr/bin:/usr/sbin
  18. (cat <<!; cat $*) | pr -h "SESSIONS, SORTED BY ENDING TIME"
  19.  
  20. MAJ/MIN            CONNECT SECONDS    START TIME    SESSION START
  21. DEVICE    UID    LOGIN    PRIME    NPRIME    (NUMERIC)    DATE    TIME
  22.  
  23.  
  24. !
  25.