Expand description
proc for - Find processes by file path
Examples: proc for script.py # What’s running this script? proc for ./app # Relative path proc for /var/log/app.log # What has this file open? proc for ~/bin/myapp # Tilde expansion
Structs§
- ForCommand
- Find processes by file path