mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
Merge pull request #336 from yafp/master
Adding a first version of a pkill cheatsheet
This commit is contained in:
commit
432379d1e6
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