mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:42:08 +02:00
pidof: fix bug in kill example (#6953)
This commit is contained in:
parent
c6c382cf67
commit
d8efc478c7
2 changed files with 2 additions and 2 deletions
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
- Uccide tutti i processi con un dato nome:
|
- Uccide tutti i processi con un dato nome:
|
||||||
|
|
||||||
`kill "$(pidof {{nome}})" `
|
`kill $(pidof {{nome}})`
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
- Kill all processes with given name:
|
- Kill all processes with given name:
|
||||||
|
|
||||||
`kill "$(pidof {{name}})" `
|
`kill $(pidof {{name}})`
|
||||||
|
|
Loading…
Add table
Reference in a new issue