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.
新しい xterm ウィンドウを生成し、そこに何かをエコーする bash スクリプトを作成する必要があります。を試しecho "hello" | xterm &ましたが、うまくいきません...さらに、新しい xterm で何かコマンドを実行できますか?
echo "hello" | xterm &
xterm -e "echo "HELLO"; bash"
窓を開けたままにします
xterm -e echo "hello". 一般的に、xterm -e anyprogram.
xterm -e echo "hello"
xterm -e anyprogram