mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
Merge pull request #336 from yafp/master
Adding a first version of a pkill cheatsheet
This commit is contained in:
commit
432379d1e6
1 changed files with 5 additions and 0 deletions
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 a new issue