This website requires JavaScript.
Explore
Help
Sign in
rwx.work
/
sh
Watch
1
Star
0
Fork
You've already forked sh
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e93728cdc5
sh
/
bash
/
alias
/
kill.sh
11 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
bash.d
2023-05-09 20:02:34 +00:00
# kill a process by id
kill,killall
2023-05-14 14:26:24 +00:00
alias
k
=
"
\
kill
\
"
bash.d
2023-05-09 20:02:34 +00:00
# force kill a process by id
kill,killall
2023-05-14 14:26:24 +00:00
alias
kf
=
"
\
kill
\
-9
\
"
Reference in a new issue
Copy permalink