Retirar Quebra de Linha
tr '\n' ' ' < entrada.txt > saida.txt
fonte:https://www.dicas-l.com.br/arquivo/eliminando_todas_as_quebras_de_linha_de_um_arquivo_com_o_comando_tr.php
Estensão | Sugestão de Comando |
---|---|
zip | unzip arquivo.zip |
rar | unrar x arquivo.rar |
tar.gz | tar xvzf arquivo.tar.gz |
tar.bz2 | tar xvjf arquivo.tar.bz2 |
tgz | tar xvzf arquivo.tgz |
gz | gunzip arquivo.gz |
bz2 | bunzip2 arquivo.bz2 |