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.
シェル スクリプトを実行すると、実行するたびに多くの Java エラー処理メッセージが表示されます。
テスト中なので、今のところ画面に表示しないオプションが必要です。
これを行う方法はありますか?
私が今持っている方法は次のとおりです。
./load_data.sh TCOMPASS/Protocol >> load_semantic.log
標準エラーをリダイレクト:
./load_data.sh TCOMPASS/Protocol >> load_semantic.log 2>/dev/null