📜  从命令行 ubuntu 关闭 chrome 选项卡 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:22.898000             🧑  作者: Mango

代码示例1
Instead of closing a tab, it kills the tab ("He's dead Jim" message appears and tab remains):
kill -9 
Closes all Chrome browsers open:
killall chrome