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

removed kill -9 pipe.

This commit is contained in:
Yoshinari Takaoka 2016-01-06 06:26:36 +09:00
parent 7d7a50568f
commit 28f29660c3

View file

@ -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