This website requires JavaScript.
Explore
Help
Sign In
Erreur32
/
cheat-fork-echo
Watch
1
Star
0
Fork
0
You've already forked cheat-fork-echo
mirror of
https://github.com/Erreur32/cheat.git
synced
2024-11-01 05:21:06 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c2bcf5073
cheat-fork-echo
/
cheat
/
cheatsheets
/
kill
6 lines
100 B
Plaintext
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 New Issue
Copy Permalink