https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257497
Bug ID: 257497
Summary: csh does not execute for loop
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Created attachment 226792
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226792&action=edit
for execution in csh
User with default shell csh.
$ uname -a
FreeBSD freebsd 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 #0: Tue Jun 29 19:46:20
UTC 2021
[email protected]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
amd64
Running the loop in csh results in prompt:
$ touch file1.dat file2.dat
$ foreach i (*.dat) ; echo $i ; end
foreach?
--
You are receiving this mail because:
You are the assignee for the bug.