Skip to content

Instantly share code, notes, and snippets.

@maxammann
Created September 20, 2014 10:28
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 maxammann/4fdb8f7473039eff00bb to your computer and use it in GitHub Desktop.
Save maxammann/4fdb8f7473039eff00bb to your computer and use it in GitHub Desktop.
Check .doc documents
find . -type f -name "*.doc" -exec sh -c "catdoc {} | head -1" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment