Skip to content

Instantly share code, notes, and snippets.

@MarshalW
Created November 24, 2020 01:14
Show Gist options
  • Save MarshalW/71a4cd102fadc6998afc5e91343d9d54 to your computer and use it in GitHub Desktop.
Save MarshalW/71a4cd102fadc6998afc5e91343d9d54 to your computer and use it in GitHub Desktop.
清除所有screen session的命令

清除所有screen session的命令

以下命令,macos下测试有效:

screen -ls | grep Detached | cut -d. -f1 | awk '{print $1}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment