gnome 터미널에서 여러 명령을 실행하려고 합니까? 아래와 같은 예를 발견했습니다.
sudo gnome-terminal --window --wait --tab --active --geometry=120X60 \
--title="$1" --working-directory="$code_directory"\
-- bash -c "$file_path; exec bash"
하나의 명령으로만 작동합니다.
예를 들어 여러 명령을 단계별로 수행한 다음 .. 수행하려면 어떻게 "cd /home"
해야 합니까?"make"
something