Skip to content

Instantly share code, notes, and snippets.

@sacdallago
Created April 21, 2017 13:24
Show Gist options
  • Save sacdallago/49f45b955f27ea80be58c183b1ee6b4a to your computer and use it in GitHub Desktop.
Save sacdallago/49f45b955f27ea80be58c183b1ee6b4a to your computer and use it in GitHub Desktop.
#!/bin/bash
find . -type f -name '*.trec' -print0 | while IFS= read -r -d '' file; do
echo $file
done > files_to_convert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment