[8937] in Athena Bugs
rt 7.3P: /bin/csh
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Wed Feb 5 14:53:38 1992
Date: Wed, 5 Feb 92 14:53:21 -0500
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bugs@Athena.MIT.EDU
System name: pit-manager
Type and version: RTPC-ROMPC 7.3P
Display type: apa16
megapel
What were you trying to do?
Match a particular globbing pattern which should match files.
What's wrong:
It doesn't:
pit-manager% /bin/csh -f
% cd ~ftp/pub/usenet/alt.games.xtrek
% ls
Netrek_Server_FTP_list,_updated_1_30_92
% ls *
Netrek_Server_FTP_list,_updated_1_30_92
% ls *{,.part1}
No match.
%
What should have happened:
The last ls should print the same thing as the others. This
works in Ohio-State tcsh.
jik