Created
December 31, 2020 19:16
-
-
Save PauloLuan/7c6fc6a045b59227fe6d0782d3ea774e to your computer and use it in GitHub Desktop.
find_sort_join_markdown_files.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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