标签: linux shell
如何通过shell获取终端中打开的标签数量? 我知道如何获取打开的终端数量,但我不知道如何获得每个终端的打开标签数量。
答案 0 :(得分:0)
您可以尝试这样的事情:
ps --ppid $(pgrep gnome-terminal) | grep -c bash