Skip to content

Instantly share code, notes, and snippets.

@filipeandre
Created May 9, 2018 21:25
Show Gist options
  • Save filipeandre/c45e4e80e23373627d110fe8300f56be to your computer and use it in GitHub Desktop.
Save filipeandre/c45e4e80e23373627d110fe8300f56be to your computer and use it in GitHub Desktop.
Find all aplication shortcurts
find / -type f -name '*.desktop' 2>/dev/null | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment