Aprenda Go 🇧🇷 Cap. 19 – Ambiente de Desenvolvimento – 1. O terminal
Cap. 19 – Ambiente de Desenvolvimento – 1. O terminal Transcript and Lesson Notes
- Terminologia: - GUI: Graphical User Interface - CLI: Command Line Interface - Terminal, console, etc - Unix, Linux, Mac: - Shell, bash - Windows: Command prompt, cmd, dos prompt, powershell - Shell/bash commands: - pwd
Quick Summary
- Terminologia: - GUI: Graphical User Interface - CLI: Command Line Interface - Terminal, console, etc - Unix, Linux, Mac: - Shell, bash - Windows: Command prompt, cmd, dos prompt, powershell - Shell/bash commands: - pwd
Key Takeaways
- Review the core idea: - Terminologia: - GUI: Graphical User Interface - CLI: Command Line Interface - Terminal, console, etc - Unix, Linux, Mac: - Shell, bash - Windows: Command prompt, cmd, dos prompt, powershell - Shell/bash commands: - pwd
- Understand how programação fits into Cap. 19 – Ambiente de Desenvolvimento – 1. O terminal.
- Understand how go fits into Cap. 19 – Ambiente de Desenvolvimento – 1. O terminal.
- Understand how programacao fits into Cap. 19 – Ambiente de Desenvolvimento – 1. O terminal.
- Understand how programar fits into Cap. 19 – Ambiente de Desenvolvimento – 1. O terminal.
Key Concepts
Full Transcript
- Terminologia: - GUI: Graphical User Interface - CLI: Command Line Interface - Terminal, console, etc - Unix, Linux, Mac: - Shell, bash - Windows: Command prompt, cmd, dos prompt, powershell - Shell/bash commands: - pwd - ls - ls -la - Permissions: owner, group, world - r, w, x → 4, 2, 1 (d = directory) - rwxrwxrwx = owner, group, world - touch - clear - chmod - chmod options permissions filename - chmod 777 arquivo.ext - cd - cd ../ - cd qualquer/pasta/ - env - rm [arquivo] - rm -rf [arquivo] - .bash_profile & .bashrc - .bash_profile is executed for login shells, while .bashrc is executed for interactive non-login shells. - When you login (type username and password) via console, either sitting at the machine, or remotely via ssh: .bash_profile is executed to configure your shell before the initial command prompt. - nano [arquivo] - cat [arquivo] - grep - cat temp2.txt | grep enter - ls | grep -i documents
Lesson FAQs
What is Cap. 19 – Ambiente de Desenvolvimento – 1. O terminal about?
- Terminologia: - GUI: Graphical User Interface - CLI: Command Line Interface - Terminal, console, etc - Unix, Linux, Mac: - Shell, bash - Windows: Command prompt, cmd, dos prompt, powershell - Shell/bash commands: - pwd
What key concepts are covered in this lesson?
The lesson covers programação, go, programacao, programar, golang.
What should I learn before Cap. 19 – Ambiente de Desenvolvimento – 1. O terminal?
Review the previous lessons in Aprenda Go 🇧🇷, then use the transcript and key concepts on this page to fill any gaps.
How can I practice after this lesson?
Practice by applying the main concepts: programação, go, programacao, programar.
Does this lesson include a transcript?
Yes. The full transcript is visible on this page in indexable HTML sections.
Is this lesson free?
Yes. CourseHive lessons and courses are available to learn online for free.
