Skip to content

Instantly share code, notes, and snippets.

@carlosipe
Created June 2, 2015 00:09
Show Gist options
  • Select an option

  • Save carlosipe/452be2973060d15e6c60 to your computer and use it in GitHub Desktop.

Select an option

Save carlosipe/452be2973060d15e6c60 to your computer and use it in GitHub Desktop.
for i in `find . |grep .ppt`;do catppt $i > "$i.txt";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment