Skip to content

Instantly share code, notes, and snippets.

@PauloLuan
Created December 31, 2020 19:16
Show Gist options
  • Save PauloLuan/7c6fc6a045b59227fe6d0782d3ea774e to your computer and use it in GitHub Desktop.
Save PauloLuan/7c6fc6a045b59227fe6d0782d3ea774e to your computer and use it in GitHub Desktop.
find_sort_join_markdown_files.sh
find . -name "*.md" -mindepth 2 -type f -print | sort | xargs cat >> teste.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment