Skip to content

Instantly share code, notes, and snippets.

@ggteixeira
Last active August 11, 2020 18:55
Show Gist options
  • Save ggteixeira/de88e8c60953f49815ebbeaa6ef78085 to your computer and use it in GitHub Desktop.
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
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