Skip to content

Instantly share code, notes, and snippets.

@lumilux
Created December 23, 2011 11:03
Show Gist options
  • Save lumilux/1513884 to your computer and use it in GitHub Desktop.
Save lumilux/1513884 to your computer and use it in GitHub Desktop.
find and cat all ideas
find /Users/hans -iname '*idea*.txt' -maxdepth 2 -exec cat {} \; -exec printf "\n\n-----\n\n" \; > all-output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment