标签: bash macos sh
我在MacOS上,我正在尝试根据它运行的终端来终止脚本。
我自然而然地倾向于pkill -t ttys006 git,但是当我跑步时,没有任何作用(即使我知道ttys006就在那里)。
pkill -t ttys006 git
ttys006
然后我尝试运行pgrep -t ttys006 git,我从pgrep得不到任何回报。我在这里做错了什么?
pgrep -t ttys006 git