Skip to content

Instantly share code, notes, and snippets.

@wpyoga
Created June 10, 2021 01:03
Show Gist options
  • Save wpyoga/ad8c8cd047b1f80d7129ef217e970fcb to your computer and use it in GitHub Desktop.
Save wpyoga/ad8c8cd047b1f80d7129ef217e970fcb to your computer and use it in GitHub Desktop.
Show running processes with its command-line arguments
# Replace 'adb' with the desired process name
ps -o pid,args `pidof adb`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment