Gavin Wiggins

macOS Terminal Commands

Here are some terminal commands for macOS. Some of these commands do the same thing in a Linux terminal.

Clear the screen.

clear

Control + L

Editing text in the prompt.

# delete a word
Control + W

# go to beginning of line
Control + A

# go to end of line
Control + E

# go left/right a word
Option + Left Arrow Key
Option + Right Arrow Key