Subject: Re: miniroot for NetBSD/i386?
To: None <port-i386@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: port-i386
Date: 12/10/2005 21:14:11
In article <Pine.LNX.4.61.0512102136380.1950@m24s24.vlinux.de>,
Hubert Feyrer  <feyrer@cs.stevens.edu> wrote:
>On Sat, 10 Dec 2005, Igor Sobrado wrote:
>> No problem at all!  dd if=/dev/rand<tab> -> dd if=/dev/random ...  :-)
>> (pdksh 5.2.14... I am more accustomed to the Esc-Esc sequence yet
>> but as you asked about *tab* completion...)
>
>nice... doesn't work in stock tcsh.

source the complete.tcsh that comes with it... From it:

    complete dd c/--/"(help version)"/ c/[io]f=/f/ \
                c/conv=*,/"(ascii ebcdic ibm block unblock \
                            lcase ucase swab noerror sync)"/,\
                c/conv=/"(ascii ebcdic ibm block unblock \
                          lcase ucase swab noerror sync)"/,\
                c/*=/x:'<number>'/ \
                n/*/"(if of conv ibs obs bs cbs files skip file seek count)"/=

christos