mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:42:08 +02:00
removed kill -9 pipe.
This commit is contained in:
parent
7d7a50568f
commit
28f29660c3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- only output the process PID (e.g. to pipe into kill)
|
- only output the process PID (e.g. to pipe into kill)
|
||||||
|
|
||||||
`lsof -t {{/path/to/file}} | xargs kill -9`
|
`lsof -t {{/path/to/file}}`
|
||||||
|
|
||||||
- list files opened by user
|
- list files opened by user
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue