home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!orcenl!hbergh
- From: hbergh@nl.oracle.com (Herbert vd Bergh)
- Newsgroups: comp.unix.aix
- Subject: Re: Where are you?
- Message-ID: <2743@nlsun1.oracle.nl>
- Date: 25 Aug 92 17:51:01 GMT
- References: <1992Aug19.122848.18225@aragorn.unibe.ch> <1992Aug25.131633.20304@nrcnet0.nrc.ca>
- Reply-To: hbergh@oracle.nl (Herbert vd Bergh)
- Organization: Oracle Europe
- Lines: 20
-
- In article <1992Aug25.131633.20304@nrcnet0.nrc.ca> ng@nrccsb19.di.nrc.ca writes:
- >haedener@iacrs1.unibe.ch (Konrad Haedener) writes:
- >Again, the current dir will not be updated after the disconnection from a
- >rlogin/telnet session.
-
- A simple solution to that little problem:
-
- myrlogin()
- {
- /usr/bin/rlogin $@
- cd .
- }
- alias rlogin=myrlogin
-
- Ditto for telnet/rsh/whatever you like
-
- --
- Herbert van den Bergh
- Oracle Europe
- hbergh@nl.oracle.com
-