Skip to content
generated from QU-UP/ezprez

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

License

Notifications You must be signed in to change notification settings

Descent098/terminal-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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