home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / apollo / 3085 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.8 KB

  1. Path: sparky!uunet!sun-barr!sh.wide!wnoc-tyo-news!rena!tdo!newsgate!digital!digital.sps.mot.com!chen
  2. From: chen@digital.sps.mot.com (Jinfu Chen)
  3. Newsgroups: comp.sys.apollo
  4. Subject: re: Favourite DOMAIN/OS features (or mis-features)
  5. Message-ID: <5a1b0f66.1b2f0@digital.sps.mot.com>
  6. Date: 22 Jul 92 16:18:59 GMT
  7. Sender: news@digital.sps.mot.com
  8. Organization: Motorola, LICD, SPS, Mesa, AZ
  9. Lines: 30
  10. Nntp-Posting-Host: logic
  11.  
  12.  
  13. Many of my favors are already covered by others, here is my remaining list:
  14.  
  15. o   Rich and well documeneted OS calls (xxx_$).
  16. o   The ts command.
  17. o   Use /com/netstat -config to get detailed listing of hardware.
  18.     configuration.  And like thompson@pan.ssec.honeywell.com mentioned, the
  19.     -all switch (and the -n switch) to query information across network.
  20. o   cpt command instead of ugly "find -print | cpio .." or "tar ... | tar .."
  21.     contortion.  Didn't the Unix people ever need to copy or move a directory
  22.     across file system?!
  23. o   Standard -help and -version switch in all Aegis commands.  Wanna to find
  24.     out wich version of C compiler you're using in HP-UX or SunOS, good luck.
  25. o   Position independent command switch, e.g. "cpt dir1 -ld dir2 -r".
  26. o   rbak/wbak/rwmt.  Several features in these commands I like very much. 
  27.     Device naming is one, instead of cyptic /dev/rct8, -device ct is so much
  28.     easy to remember.
  29. o    Registry (when it works).
  30. o    Examples in Aegis help files.
  31. o    RAI.  Trying to load OS across network in HPUX or SunOS environment is
  32.     real loyal pain.  This probably is due to the limitation of underline
  33.     filesystem.
  34. o   crp command.  Rsh is okay but it brings me to my home directory instead
  35.     of where I was.
  36. o   Processes have names (the proc2_$set_name() call).
  37.  
  38. My most favored features that already covered by others:
  39.  
  40. o   The network file system.
  41. o   DM window and editor.
  42.