문제

Now i'm executing next command

gnome-terminal  --tab -e "run1"  --tab -e "run2"

But run1 and run2 not in my home dir, how can i point shell to right dir. "my_dir1/my_dir2/runX" - not a case.

도움이 되었습니까?

해결책

The manual (man) is your friend.

man gnome-terminal reveals the option

--working-directory=DIRNAME
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top