# Resumo

Aqui vai uma lista de alguns comandos úteis:

| Comando (Windows) | Comando (MacOS/Linux/Codenvy) | Descrição                     | Exemplo                                       |
| :---------------: | :---------------------------: | ----------------------------- | --------------------------------------------- |
|        exit       |              exit             | Fecha a janela                | **exit**                                      |
|         cd        |               cd              | Muda a pasta                  | **cd teste**                                  |
|        dir        |               ls              | Lista pastas e arquivos       | **dir**                                       |
|        copy       |               cp              | Copia um arquivo              | **copy c:\test\test.txt c:\windows\test.txt** |
|        move       |               mv              | Move um arquivo               | **move c:\test\test.txt c:\windows\test.txt** |
|       mkdir       |             mkdir             | Cria uma pasta                | **mkdir teste**                               |
|        del        |               rm              | Deleta uma pasta e/ou arquivo | **del c:\test\test.txt**                      |

Estes são apenas alguns dos poucos comandos que você pode executar em sua linha de comando, mas você não vai usar mais nada do que isto hoje.

Se você estiver curioso, [ss64.com](https://ss64.com) contém uma referência completa de comandos para todos os sistemas operacionais.

**Vamos começar?**&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://afropython.gitbook.io/tutorial/introducao-1/basico/resumo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
