Skip to content

Instantly share code, notes, and snippets.

@r-pufky
Created June 16, 2018 23:51
Show Gist options
  • Save r-pufky/22a19979764d21940fa2b86adf350fe1 to your computer and use it in GitHub Desktop.
Save r-pufky/22a19979764d21940fa2b86adf350fe1 to your computer and use it in GitHub Desktop.
find directories with more than one file in them.
find . -type f -printf '%h\n' | sort | uniq -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment