Open a new tab in gnome-terminal using command line
gnome-terminal --tab -e "tail -f sample_1.txt" --tab -e "tail -f sample_2.txt"
参考HP:
http://stackoverflow.com/questions/1188959/open-a-new-tab-in-gnome-terminal-using-command-line
Comments