Bill Marcum wrote:
6 Sep 2005 14:06:52 -0700, linq936@hotmail.com
<linq936@hotmail.comwrote:
, Thanks, it works somewhat,, and I find a new problem which I had
not imaged.
In .bashrc, I source some scripts, such as define some functions. In
parent terminal, I use them usually. In child terminal which was
created from the above command, those functions and aliases are
un-defined.
Maybe I am asking something crazy, without source those scripts
specifically, can I get an "identical" new terminal which operates
exactly same as the parant?
screen -xR
(For this to work, screen must be running on the original terminal.)
--
I tried, it does not work for me. Here is what I did,
[ in parent shell]
source a_script
which a_command
[a_command is found]
screen -xR
Ctrl-A C
[a new window is created]
which a_command
[a_command is not found]
Any idea?