Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
如何通过命令行启动终端新tab并运行命令?
Apps Section
708
views ·
2
replies ·
To
floor
Go
oldfeel
deepin
2017-11-03 15:07
Author
我目前的做法是
deepin-terminal -x bash -c "cd admin && npm start" &
deepin-terminal -x bash -c "cd api && bee run" &
Copy the Code
但是每行命令都会创建个新 window,我想用同一个 window 多个 tab 来执行这些命令,该怎么做?
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2017-11-03 16:46
#1
https://bbs.deepin.org/user/33235
Reply
Like 0
View the author
wangyong
deepin
2017-11-03 20:16
#2
国外的用户也跟我提了这个需求,但是非常不好改动。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
但是每行命令都会创建个新 window,我想用同一个 window 多个 tab 来执行这些命令,该怎么做?