Skip to content

Instantly share code, notes, and snippets.

@abFunctions
abFunctions / terminal-cheatsheet.md
Created October 9, 2020 03:41 — forked from yomolify/terminal-cheatsheet.md
Terminal Cheatsheet

Lines starting with $ are terminal commands

View current directory

  • $ pwd
  • eg output: /Users/winnie06

List all files and folders in current directory

  • $ ls
  • $ ls -la (for listing all files including hidden files)