I can verify the bug#220170 on debian testing, with version 20050313-1 .

csh% touch hoge.c piyo.c
csh% echo foobar *.c
foobar hoge.c piyo.c
csh% echo "foobar" *.c
\f\o\o\b\a\r hoge.c piyo.c

Additionally, I notice the following additional problem with globbing:

csh% cat x1
#!/bin/csh -f
#
echo x* \(
echo x1 \(

csh% ./x1
x1 \(
x1 (

tcsh% ./x1
x1 (
x1 (

The problems are not with echo;

% ls -l x* "foobar"
ls: \f\o\o\b\a\r: No such file or directory
-rwxr-----  1 drallen none 38 May 16 11:26 x1

csh% uname -a
Linux gl01.student.cs 2.4.27-1-686 #1 Fri Sep 3 06:28:00 UTC 2004 i686 GNU/Linux
csh% dpkg -l csh libc6
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  csh            20050313-1     Shell with C-like syntax, standard login she
ii  libc6          2.3.2.ds1-21   GNU C Library: Shared libraries and Timezone


Thanks,

Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to