Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shellscriptx/02aa0954b53395ea769424e2f7059a2e to your computer and use it in GitHub Desktop.
Save shellscriptx/02aa0954b53395ea769424e2f7059a2e to your computer and use it in GitHub Desktop.

Exemplo:

# Nome do arquivo
arq='nome do arquivo com espaco'

# Utilizando expansão de variáveis para substituir os espaços.
$ > ${arq// /_}.txt

O operador '>' é responsável por criar o arquivo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment