Skip to content

Instantly share code, notes, and snippets.

@marciofmjr
Created October 25, 2019 11:52
Show Gist options
  • Save marciofmjr/d4fee7d6ac22726a756194ebe006b961 to your computer and use it in GitHub Desktop.
Save marciofmjr/d4fee7d6ac22726a756194ebe006b961 to your computer and use it in GitHub Desktop.

Zipar arquivos/pastas

tar -zcvf media.tar.gz media/

Extrair arquivos/pastas

tar -zxvf media.tar.gz media/

Enviar arquivo

scp style.css [email protected]:/var/www/production/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment