Created
June 22, 2022 17:45
-
-
Save renatarko/7ee5aa58275d5bb67b2fb8d2c56b6ea7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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