Skip to content

Instantly share code, notes, and snippets.

@Utshaw
Created June 6, 2020 04:00
Show Gist options
  • Save Utshaw/012128aa5b6d29e318692e5ed3412549 to your computer and use it in GitHub Desktop.
Save Utshaw/012128aa5b6d29e318692e5ed3412549 to your computer and use it in GitHub Desktop.
find file not in /media directory
sudo find / -iname "*tomcat*" ! -path "/media/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment