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.
GAMS 実行プロセスの標準出力をファイルに保存するにはどうすればよいですか? .lst ファイルは非常に大きいので、ソリューション プロセスだけが必要です。
レトロブまたはマグリットソフトウェアを使用して.lstを分割できます。
> filenameコマンドラインの最後にa を追加する必要があります。
> filename
何かのようなもの
#> ./my-process > filename.res
これは、標準出力のみをリダイレクトします。標準エラーは引き続きターミナル ウィンドウに表示されます。