9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] rc(1) pattern-matching regression
@ 2022-02-15 10:53 qwx
  2022-02-15 20:37 ` cinap_lenrek
  0 siblings, 1 reply; 4+ messages in thread
From: qwx @ 2022-02-15 10:53 UTC (permalink / raw)
  To: 9front

Hello,

Pattern matching with lists no longer works:

	; ls /tmp/*.c
	/tmp/npage.c
	/tmp/pagedebug.c
	/tmp/pageold.c
	/tmp/scheduler.c
	/tmp/writeimagetest.c
	; ls /tmp/^(*.c)
	ls: /tmp/*.c: '/tmp/*.c' directory entry not found
	; 9fs dump
	; bind /n/dump/2021/1002/amd64/bin/rc /bin/rc
	; rc
	; ls /tmp/^(*.c)
	/tmp/npage.c
	/tmp/pagedebug.c
	/tmp/pageold.c
	/tmp/scheduler.c
	/tmp/writeimagetest.c

Thanks,
qwx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-16 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 10:53 [9front] rc(1) pattern-matching regression qwx
2022-02-15 20:37 ` cinap_lenrek
2022-02-16 12:01   ` qwx
2022-02-16 18:09     ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).