摘要: https://apple.stackexchange.com/questions/98123/what-is-the-applescript-command-to-show-or-hide-iterm2-window Here are several options (none of them h 阅读全文
posted @ 2023-08-31 19:17 fndefbwefsowpvqfx 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ```bash ps -ef | grep 'chrome' | grep -v grep | awk '{print $2}' | xargs -r kill -9 ``` 阅读全文
posted @ 2023-08-31 17:18 fndefbwefsowpvqfx 阅读(2) 评论(0) 推荐(0) 编辑