mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-01-17 13:28:20 +01:00
Add in Killall command
This commit is contained in:
parent
417ebbaf42
commit
88cb79e16f
@ -36,6 +36,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
|
||||
1. [show a calendar](#showcal)
|
||||
1. [find a future date](#calcdate)
|
||||
1. [use a calculator](#calculator)
|
||||
1. [kill a program](#killprogram)
|
||||
|
||||
|
||||
## <a id="copyfile"></a>copy a file
|
||||
@ -258,5 +259,13 @@ Want to use a calculator?
|
||||
bc
|
||||
```
|
||||
|
||||
## <a id="killprogram"></a>force quit a program
|
||||
|
||||
**STOP FORCE QUITE A PROGRAM USING GUI**
|
||||
|
||||
```
|
||||
killall program_name
|
||||
```
|
||||
|
||||
===
|
||||
_Remember, you can always google or `man` the commands you are not familiar with._
|
||||
|
Loading…
x
Reference in New Issue
Block a user