Last active
August 11, 2020 18:55
-
-
Save ggteixeira/de88e8c60953f49815ebbeaa6ef78085 to your computer and use it in GitHub Desktop.
Pegar todo o conteúdo de várias pastas e anexar tudo num só arquivo
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
cat pasta_numero_*/*.txt > arquivo_alvo.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment