Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このcshスクリプトの場合
csh
#!/bin/csh foreach file in (.) echo "$file" end
このエラーが発生します
foreach: Words not parenthesized.
どうすれば修正できますか?
ないはずですin:
in
foreach file ( . )
C-Shell の使用 (および教育) をやめる を必ずお読みください。