Skip to content

Instantly share code, notes, and snippets.

View oscarsiles's full-sized avatar

Oscar Siles Brügge oscarsiles

  • University of Nottingham
  • Nottingham, UK
View GitHub Profile
@oscarsiles
oscarsiles / terminal-commands.md
Created February 3, 2025 08:24 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen