Two packages form Ubuntu 8.04 (amd64)
Jean-Christophe Cazenave
cazenave at math.jussieu.fr
Mon Aug 3 03:29:39 UTC 2009
Hi,
I use Linux for about 15 years and Ubuntu (Kubuntu) for a couple of months.
I made these two little packages:
glimpse: http://webglimpse.net , a tool for indexing text files in a
tree of directories
bash-4.0: my objective was to use associative arrays (the current man is
currently based on bash-3.2 and doesn't tell anything about that, but
the online documentation does:
http://www.gnu.org/software/bash/manual/html_node/Arrays.html#Arrays). I
have compiled it with the whole bunch of currrent patchs.
For instance:
bash-4.0$ cat Associative-array.sh (I found the script on the net, I
don't remember where)
declare -A ASSOC
ASSOC[First]="first element"
ASSOC[Hello]="second element"
ASSOC[Peter Pan]="A weird guy"
echo "${ASSOC[First]}"
echo "${ASSOC[Hello]}"
echo "${ASSOC[Peter Pan]}"
bash-4.0$ ./Associative-array.sh
first element
second element
A weird guy (among othe things, "declare -A" does not exist in
bash-3.02), this example will ever return "first element" 3 times.
By the way, this is the version of (K)ubuntu I use (on amd64 platform):
root at pc144:~/Admin# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04.3 LTS"
It seems useless to modify bash_completion (?). I get into directories
with a command like this: cd "Some Weird & Bizarre Directory"
Could somenoe tell where where I could upload my deb files ?
Best regards.
Jean-Christophe CAZENAVE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bash_4.0-28ubuntu1_amd64.deb
Type: application/x-debian-package
Size: 1747340 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20090803/f3304902/attachment.deb>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glimpse-4.18-6ubuntu1_amd64.deb
Type: application/x-debian-package
Size: 726144 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20090803/f3304902/attachment-0001.deb>
More information about the Ubuntu-devel-discuss
mailing list