Descent098 / terminal-basics

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

Home Page:https://kieranwood.ca/terminal-basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://kieranwood.ca/terminal-basics

License:MIT License


Languages

Language:Python 100.0%