We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This section contains a collection of general tips and useful commands.
The following terminal command will locate all running instances of Wing Commander (pgrep wcbot) on the local system and terminate (kill) them.
pgrep wcbot
kill
pgrep wcbot | xargs kill