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
- Host: GitHub
- URL: https://github.com/descent098/terminal-basics
- Owner: Descent098
- License: mit
- Created: 2022-06-29T04:49:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T16:53:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T11:11:33.909Z (over 1 year ago)
- Topics: cli, command-line, learning, learning-resources, presentation, presentation-slides, terminal, web, website
- Language: Python
- Homepage: https://kieranwood.ca/terminal-basics
- Size: 1.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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