[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Tab completion i Debian and Knoppix



On Sat, Apr 30, 2005 at 04:42:37PM +0200, Nils-Erik Svangård wrote:
> When using bash I could do: latex <tab> an a list of all *.tex files 
> would circle, when I do that now all files are listed, this wasnt just 
> latex, it worked with dpkg, xdvi, dvips and a lot of other programs.

Uncomment the following lines in /etc/bash.bashrc:

# enable bash completion in interactive shells
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

You need to login again before this takes effect. Or use it
immediately this time only by just executing:
. /etc/bash_completion

HTH,

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands] 
Public GnuPG key: keyserver.net ID 0x1735C5C2
"Let your advance worrying become advance thinking and planning."
 - Winston Churchill

Attachment: signature.asc
Description: Digital signature


Reply to: