1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

pidof: fix bug in kill example (#6953)

This commit is contained in:
flyxyz123 2021-10-16 14:04:47 -07:00 committed by GitHub
parent c6c382cf67
commit d8efc478c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -16,4 +16,4 @@
- Uccide tutti i processi con un dato nome:
`kill "$(pidof {{nome}})" `
`kill $(pidof {{nome}})`

View file

@ -16,4 +16,4 @@
- Kill all processes with given name:
`kill "$(pidof {{name}})" `
`kill $(pidof {{name}})`