Skip to content

Instantly share code, notes, and snippets.

@raspi
Created August 3, 2023 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raspi/4a78b712a119eb3f78af81f7c102f6c3 to your computer and use it in GitHub Desktop.
Save raspi/4a78b712a119eb3f78af81f7c102f6c3 to your computer and use it in GitHub Desktop.
List firefox open handles
pgrep -fi firefox | xargs -I{} find /proc/{}/fd -readable -type l -printf '%p%f: %l\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment