This website requires JavaScript.
Explore
Help
Sign in
Erreur32
/
cheat-fork-echo
Watch
1
Star
0
Fork
You've already forked cheat-fork-echo
0
mirror of
https://github.com/Erreur32/cheat.git
synced
2024-11-18 09:50:44 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cdf573a725
cheat-fork-echo
/
cheat
/
cheatsheets
/
kill
6 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Fixed cheat sheets to conform to the standard style more closely
2017-09-13 05:11:38 +02:00
# Kill a process gracefully
kill -15 <process id>
Created cheatsheets for alias, cat, cp, export, kill, mv, pwd, and wc
2017-02-13 04:11:45 +01:00
Fixed cheat sheets to conform to the standard style more closely
2017-09-13 05:11:38 +02:00
# Kill a process forcefully
kill -9 <process id>
Reference in a new issue
Copy permalink