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

Re: bash syntax



>>>>> "rick" == Rick Macdonald <macdonal@cuug.ab.ca> writes:

    rick> Can anybody confirm if this is fixed in bash-2.01?

$ bash -version
GNU bash, version 2.01.0(1)-release (i486-debian-linux-gnu)
Copyright 1996 Free Software Foundation, Inc.
$ ls -l
total 0
-rw-------   1 simko    simko           0 Nov 28 10:10 a
-rw-------   1 simko    simko           0 Nov 28 10:10 b
-rw-------   1 simko    simko           0 Nov 28 10:10 c
$ ((ls);(ls))
a  b  c
a  b  c
$ ( (ls);(ls))
a  b  c
a  b  c 

cheers
-- 
tibor.simko@aleph.dpp.fmph.uniba.sk



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: