Skip to content

Instantly share code, notes, and snippets.

@ruario
Last active August 29, 2015 14:27
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 ruario/dc47822ec97f48e71507 to your computer and use it in GitHub Desktop.
Save ruario/dc47822ec97f48e71507 to your computer and use it in GitHub Desktop.

Locating files that have been installed or updated following software installation:

find `find / -maxdepth 1 -type d -regextype posix-egrep -regex '/(etc|s?bin|lib.*|opt|usr)'` ! -type d -cmin -5 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment