mirror of
https://github.com/cheat/cheat.git
synced 2026-06-18 06:17:40 +02:00
Merge pull request #336 from yafp/master
Adding a first version of a pkill cheatsheet
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
# To kill a process using it's full process name
|
||||||
|
pkill <processname>
|
||||||
|
|
||||||
|
# To kill a process by it's partial name
|
||||||
|
pkill -f <string>
|
||||||
Reference in New Issue
Block a user