Skip to content

Instantly share code, notes, and snippets.

@jadedgnome
Created July 13, 2014 13:30
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 jadedgnome/d1fa7fbe88c3ac81fc8f to your computer and use it in GitHub Desktop.
Save jadedgnome/d1fa7fbe88c3ac81fc8f to your computer and use it in GitHub Desktop.
#!/bin/bash
#list sshfs mounts
ps aux | grep sshfs | grep @ | grep -v "\-p" |awk '{print $2" = "$12" = "$13}'
ps aux | grep sshfs | grep @ | grep "\-p" | awk '{print $2" = "$12" "$13" "$14" = "$15}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment