Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 596 Bytes

command-line.md

File metadata and controls

18 lines (11 loc) · 596 Bytes

The command line power

TL;DR. You'll spend a lot of time living in this shell. Be like a crab, make it your own home.

If you do all your work using GUIs, you're missing out on the full capabilities of your environment:

  • No automation
  • No combination & macros
  • No full power of tools

GUI is limited to the capabilities that their designers intended.

Use the power of command shells

You can customize your shell & create new aliases (e.g. alias rm = 'rm iv').

You'll spend a lot of time living in this shell. Be like a crab, make it your own home.

Crab