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.
zshで次のコードを使用しようとしています:
select var in $list; do if [ x"$var" != x"" ]; then echo $var return fi done
bash では、次のようになります。
しかし、zshで私はこれを取得します:
新しい行に各バリアントを印刷するにはどうすればよいですか?