Re: sftp and tab completion

2007-06-21 Thread n j
On 6/18/07, Lowell Gilbert [EMAIL PROTECTED] wrote: I've got a simple question. Does sftp, the one that comes with FreeBSD 6.2's openssh, do tab completion? I've read that it could, but Use lftp (/usr/ports/ftp/lftp). Lftp supports sftp protocol and does tab completion. Regards, -- Nino

Re: sftp and tab completion

2007-06-18 Thread Lowell Gilbert
Dave [EMAIL PROTECTED] writes: I've got a simple question. Does sftp, the one that comes with FreeBSD 6.2's openssh, do tab completion? I've read that it could, but it isn't working here. I've got bash3 set up as my shell which seemed to matter. Also, when hitting a backspace in sftp i get

sftp and tab completion

2007-06-13 Thread Dave
Hello, I've got a simple question. Does sftp, the one that comes with FreeBSD 6.2's openssh, do tab completion? I've read that it could, but it isn't working here. I've got bash3 set up as my shell which seemed to matter. Also, when hitting a backspace in sftp i get a ^h and the command

Tab completion working partially

2007-02-05 Thread Firas Kraiem
(Sorry for the double-posting, the last message wasn't sent properly) Hi I have problems with the tab-completion in my shell (bash). When there is only one choice possible, it works fine (e.g. cd /usr/portab il complete correctly to /usr/ports). However, when there is multiple choices

Re: Tab completion working partially

2007-02-05 Thread youshi10
On Mon, 5 Feb 2007, Firas Kraiem wrote: (Sorry for the double-posting, the last message wasn't sent properly) Hi I have problems with the tab-completion in my shell (bash). When there is only one choice possible, it works fine (e.g. cd /usr/portab il complete correctly to /usr/ports

Re: Tab completion working partially

2007-02-05 Thread Firas Kraiem
Quoting Rong-en Fan [EMAIL PROTECTED]: On 2/6/07, Firas Kraiem [EMAIL PROTECTED] wrote: (Sorry for the double-posting, the last message wasn't sent properly) Hi I have problems with the tab-completion in my shell (bash). When there is only one choice possible, it works fine (e.g. cd /usr

Re: Tab completion working partially

2007-02-05 Thread Doug Barton
This message really isn't on topic for -stable, so please restrict responses to -questions. Thanks, Doug -- This .signature sanitized for your protection ___ freebsd-questions@freebsd.org mailing list

Re: tab completion

2005-03-03 Thread Loren M. Lang
shell to tcsh. /etc/passwd shows it correct now but I still appear to be getting sh as my shell. If I run tcsh, I then get the tab completion. But how do I get the terminal to put me in tcsh automatically? Ben Jonathan Chen wrote: On Tue, Mar 01, 2005 at 09:28:02AM -0800

tab completion

2005-03-01 Thread Ben Munat
Why doesn't tab completion in the shell work for my regular (non-root) user? b ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: tab completion

2005-03-01 Thread Dan Nelson
In the last episode (Mar 01), Ben Munat said: Why doesn't tab completion in the shell work for my regular (non-root) user? That depends on what shell the shell refers to, of course. -- Dan Nelson [EMAIL PROTECTED] ___ freebsd

Re: tab completion

2005-03-01 Thread Ben Munat
According to /etc/passwd, both root and my regular user are using /bin/tcsh. b Dan Nelson wrote: In the last episode (Mar 01), Ben Munat said: Why doesn't tab completion in the shell work for my regular (non-root) user? That depends on what shell the shell refers to, of course

Re: tab completion

2005-03-01 Thread Corey Brune
said: Why doesn't tab completion in the shell work for my regular (non-root) user? That depends on what shell the shell refers to, of course. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: tab completion

2005-03-01 Thread Matthew Seaman
Dan Nelson wrote: In the last episode (Mar 01), Ben Munat said: Why doesn't tab completion in the shell work for my regular (non-root) user? That depends on what shell the shell refers to, of course. Grrr... top posting. On Tue, Mar 01, 2005 at 12:29:15AM -0800, Ben Munat wrote

Re: tab completion

2005-03-01 Thread Ben Munat
terminals and all users (i.e. me) to have the same shell with the same capabilities? thnx, b PS: grrr... bottom posting. Matthew Seaman wrote: Dan Nelson wrote: In the last episode (Mar 01), Ben Munat said: Why doesn't tab completion in the shell work for my regular (non-root) user? That depends

Re: tab completion

2005-03-01 Thread Jonathan Chen
On Tue, Mar 01, 2005 at 09:28:02AM -0800, Ben Munat wrote: None of those commands worked... However, I've also found that echo $SHELL in my regular user's terminal says /bin/sh, while as root it says /bin/csh. If you're using /bin/sh, then of course none of the given commands will work as

RE: tab completion

2005-03-01 Thread Hauan David A
-Original Message- From: Jonathan Chen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 10:20 AM To: Ben Munat Cc: freebsd-questions@freebsd.org Subject: Re: tab completion On Tue, Mar 01, 2005 at 09:28:02AM -0800, Ben Munat wrote: None of those commands worked

Re: tab completion

2005-03-01 Thread Ben Munat
I used vipw to set my regular user's shell to tcsh. /etc/passwd shows it correct now but I still appear to be getting sh as my shell. If I run tcsh, I then get the tab completion. But how do I get the terminal to put me in tcsh automatically? Ben Jonathan Chen wrote: On Tue, Mar 01, 2005 at 09

Re: tab completion

2005-03-01 Thread stheg olloydson
it was said: I used vipw to set my regular user's shell to tcsh. /etc/passwd shows it correct now but I still appear to be getting sh as my shell. If I run tcsh, I then get the tab completion. But how do I get the terminal to put me in tcsh automatically? Ben Hello, When you say my shell, do

Re: tab completion

2005-03-01 Thread abu khaled
is recommended for root) I hope it works!!! On Tue, 01 Mar 2005 20:24:13 -0800, Ben Munat [EMAIL PROTECTED] wrote: I used vipw to set my regular user's shell to tcsh. /etc/passwd shows it correct now but I still appear to be getting sh as my shell. If I run tcsh, I then get the tab completion