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.
TCL スクリプトで、特定の列番号フィールドをファイルに出力したいと考えています。
exec awk '{print $4}' foofoo がファイル名である場所で 試しましたが、エラーが発生するため機能しません
exec awk '{print $4}' foo
can't read "4": no such variable
Tclスクリプトで上記のawkを実行するにはどうすればよいですか?
ありがとう、