Created
August 3, 2023 00:07
-
-
Save raspi/4a78b712a119eb3f78af81f7c102f6c3 to your computer and use it in GitHub Desktop.
List firefox open handles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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