Re: screen crl-a c question

2009-01-22 Thread David Huang
I have just solved the problem by using "*screen*" then keying in "vi txt" thank you Matt & Florian for your kindness :-) On Wed, Jan 21, 2009 at 11:22 PM, Matt Mensch wrote: > You have a typo in your command: > > from screen --help: > > -s shell Shell to execute rather than $SHELL. > -S

Re: screen crl-a c question

2009-01-21 Thread Matt Mensch
You have a typo in your command: from screen --help: -s shell Shell to execute rather than $SHELL. -S sockname Name this session .sockname instead of ... You have -s, but you mean -S. You're trying to execute a shell named "A." On Tue, Jan 20, 2009 at 20:29, David Huang wrote: > Dear

Re: screen crl-a c question

2009-01-21 Thread Florian Bender
21.01.2009, 11:29 +0800 David Huang: > screen -s A vi txt I guess just leaving out '-s A' might do the trick. -- Florian Bender GPG Fingerprint: D0BB BDF9 5889 BC30 49F4 681D 84F7 6AC7 7C39 85F8 signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___

screen crl-a c question

2009-01-20 Thread David Huang
Dear I just installed the screen from ports in the FreeBSD 7.0 after i tried : *screen -s A vi txt* ** and tried *ctrl-a c * ** I got the message: *Cannot exec 'A' : No such file or directory* ** anybody could do me a favor, I just want to open 2 console by using the screen. Thanks David H