1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:55:34 +02:00

- deleted unnecessary descriptions.

This commit is contained in:
Yoshinari Takaoka 2016-01-10 21:33:09 +09:00
parent 7a01d25b6f
commit b8d24b5f74

View file

@ -11,7 +11,7 @@
`lsof -i :{{port}}` `lsof -i :{{port}}`
- only output the process PID (e.g. to pipe into kill) - only output the process PID
`lsof -t {{/path/to/file}}` `lsof -t {{/path/to/file}}`
@ -19,6 +19,6 @@
`lsof -u {{username}}` `lsof -u {{username}}`
- list files opened by the given command or process (e.x nginx) - list files opened by the given command or process
`lsof -c {{process_or_command_name}}` `lsof -c {{process_or_command_name}}`