Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Last active August 29, 2015 14:19
Show Gist options
  • Save carltondickson/e68795d7f224b02034ce to your computer and use it in GitHub Desktop.
Save carltondickson/e68795d7f224b02034ce to your computer and use it in GitHub Desktop.
Linux - Find only files in a folder
find /tmp/brightcove-cache/ -type f | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment