macOS xterm-256color zsh 1544 views

Follow me on Twitter: @RafehQ #Important commands to remember for Terminal:

  • cd --(**change directory**, so you can go where you want in your computer)
  • pwd --(**print working directory**, so you know where YOU are at all times, don't get lost in that dark world!!")
  • ls --(**list files**, so you know what the files are in the folder that you are in)
  • open --(**open files**, so you can open any file. Make sure to add the full file name including the extensions like .pdf)
  • python --(**to open a .py** (or python) file, always type "python filename.py)