mirror of
https://github.com/cheat/cheat.git
synced 2024-11-26 07:51:35 +01:00
Adding a first version of a pkill cheatsheet
This commit is contained in:
parent
edd7b5e806
commit
d1526ede16
5
cheat/cheatsheets/pkill
Normal file
5
cheat/cheatsheets/pkill
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user