Skip to content

Instantly share code, notes, and snippets.

@wendellpalazzo
Last active August 12, 2020 17:29
Show Gist options
  • Save wendellpalazzo/e15ba89a957836d8a86348481b3c3582 to your computer and use it in GitHub Desktop.
Save wendellpalazzo/e15ba89a957836d8a86348481b3c3582 to your computer and use it in GitHub Desktop.
usando cat pra escrever arquivo no linux
cat > <<filename>>
... text...
... text...
[Enter]
ctrl + d pra finalizar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment