home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
bash
/
completion-contrib
/
isql
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-28
|
261 b
|
13 lines
# isql completion by Victor Bogado da Silva Lins <victor@bogado.net>
#
# $Id: isql,v 1.2 2003/12/31 08:22:37 ianmacd Exp $
_isql()
{
local cur
cur=${COMP_WORDS[COMP_CWORD]}
COMPREPLY=( $( grep \\[$cur $ODBCINI | tr -d \\[\\] ) )
}
complete -F _isql isql