home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9064 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  834 b 

  1. Path: sparky!uunet!mcsun!sun4nl!orcenl!hbergh
  2. From: hbergh@nl.oracle.com (Herbert vd Bergh)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Where are you?
  5. Message-ID: <2743@nlsun1.oracle.nl>
  6. Date: 25 Aug 92 17:51:01 GMT
  7. References: <1992Aug19.122848.18225@aragorn.unibe.ch> <1992Aug25.131633.20304@nrcnet0.nrc.ca>
  8. Reply-To: hbergh@oracle.nl (Herbert vd Bergh)
  9. Organization: Oracle Europe
  10. Lines: 20
  11.  
  12. In article <1992Aug25.131633.20304@nrcnet0.nrc.ca> ng@nrccsb19.di.nrc.ca writes:
  13. >haedener@iacrs1.unibe.ch (Konrad Haedener) writes:
  14. >Again, the current dir will not be updated after the disconnection from a
  15. >rlogin/telnet session.
  16.  
  17. A simple solution to that little problem:
  18.  
  19. myrlogin()
  20. {
  21.     /usr/bin/rlogin $@
  22.     cd .
  23. }
  24. alias rlogin=myrlogin
  25.  
  26. Ditto for telnet/rsh/whatever you like
  27.  
  28. -- 
  29.     Herbert van den Bergh
  30.     Oracle Europe
  31.     hbergh@nl.oracle.com
  32.