Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created December 11, 2015 18:01
Show Gist options
  • Save oviniciusfeitosa/2f960f5e14592c2a6515 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/2f960f5e14592c2a6515 to your computer and use it in GitHub Desktop.
Concatenar arquivos em um único
echo -e "$(cat $ARQ1 $ARQ2 $ARQ3)" >> $ARQ_FINAL
FONTE: http://www.vivaolinux.com.br/topico/Comandos/Quebra-de-linha-3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment