Skip to content

Instantly share code, notes, and snippets.

@renatarko
Created June 22, 2022 17:45
Show Gist options
  • Select an option

  • Save renatarko/7ee5aa58275d5bb67b2fb8d2c56b6ea7 to your computer and use it in GitHub Desktop.

Select an option

Save renatarko/7ee5aa58275d5bb67b2fb8d2c56b6ea7 to your computer and use it in GitHub Desktop.
$ mkdir "folder name" = criar pasta
$ rm -rf "folder name" = deletar pasta
$ ls = listar arquivos e diretórios
$ ls -a = listar arquivos e diretórios inclusive ocultos
$ cd "folder" = entrar na pasta
$ cd .. = voltar um diretório
$ cd ~/ = volta para inicio do seu usuário na home
$ pwd = mostrar o path em que se encontra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment