removed kill -9 pipe.

waldyrious/alt-syntax
Yoshinari Takaoka 2016-01-06 06:26:36 +09:00
parent 7d7a50568f
commit 28f29660c3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- 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