Hi
I would like to put a function into .bashrc file that would open a new Konsole in SUSE10.2 and cd into the result of the pwd command. Something like:
pwdinnk() {
p=`pwd`
echo $p
`dcop $KONSOLE_DCOP newSession`
cd $p
}
Everything works except it does not change the directory. `cd $p` does not
work nither. Do you have some tips?
thanks oliver -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
