An open API service indexing awesome lists of open source software.

https://github.com/descent098/terminal-basics

A Presentation on the basics of terminal use, file paths and environment variables
https://github.com/descent098/terminal-basics

cli command-line learning learning-resources presentation presentation-slides terminal web website

Last synced: about 1 month ago
JSON representation

A Presentation on the basics of terminal use, file paths and environment variables

Awesome Lists containing this project

README

          

# Terminal basics

This presentation covers the basics of using a terminal along with the information you need to operate a terminal effectively

## Covers
- What a terminal is
- How to run terminal commands
- File paths
- Directories/folders
- files/binaries/extensions
- dotfiles
- relative paths
- absolute paths
- Environment variables
- PATH variables
- Common commands & concepts
- echo
- cd
- mv/move
- mkdir
- rm/del
- cat/type
- cp/copy
- ls/dir
- zip/(tar or Compress-Archive)
- Piping & Chaining
- grep/findstr