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.
私はラッパー実行スクリプトを持っており、それをwrap_app.shと呼ぶことができます
./mybinary --run-test --run-allnew "$@"
これを呼び出すと、bash で追加の引数を指定できます
./wrap_app.sh --run-new-arg
これらの引数は mybinary に渡されます
今、私は csh で同じことをしようとしていますが、うまくいかないようです。
誰でも csh で $@ に相当するものを提供できますか?
tcshスクリプトへの引数のリストには$*
tcsh
$*