Skip to content

Instantly share code, notes, and snippets.

@naganowl
Created August 7, 2018 19:20
Show Gist options
  • Save naganowl/91ecabf8deb6e1ea485ead625076a573 to your computer and use it in GitHub Desktop.
Save naganowl/91ecabf8deb6e1ea485ead625076a573 to your computer and use it in GitHub Desktop.
List directories that contain SCSS files
find app/assets -type f -name '*.scss' | sed -E 's|/[^/]+$||' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment