home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18722 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.2 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!olivea!charnel!sifon!thunder.mcrcim.mcgill.edu!mouse
  2. From: mouse@thunder.mcrcim.mcgill.edu (der Mouse)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: alias acess
  5. Message-ID: <1992Dec20.233208.10884@thunder.mcrcim.mcgill.edu>
  6. Date: 20 Dec 92 23:32:08 GMT
  7. References: <980@rc1.vub.ac.be>
  8. Organization: McGill Research Centre for Intelligent Machines
  9. Lines: 25
  10.  
  11. In article <980@rc1.vub.ac.be>, jcu@dec5.ulb.ac.be (Jean-Christophe Ury) writes:
  12.  
  13. > I use ULTRIX V4.3.
  14. > I 've  some aliases defined in my shell.I would access these aliases
  15. > via a C program. Is it possible.
  16.  
  17. Short answer: no.
  18.  
  19. Long answer: not without a nearly incredible amount of really really
  20. ugly, system- and shell-specific, kludgy, brittle code, and probably
  21. root priviliges as well.  You would be much better off finding another
  22. way to solve whatever problem you're trying to solve.
  23.  
  24. > email : jcu@134.184.80.3
  25.  
  26. That's not really a valid mail address.  The usual syntax for mail
  27. using numeric addresses would read jcu@[134.184.80.3] instead, and even
  28. that is usable only from Internet-connected machines, or the (rare?)
  29. other machine that actually does something sensible with numeric
  30. addresses.
  31.  
  32.                     der Mouse
  33.  
  34.                 mouse@larry.mcrcim.mcgill.edu
  35.