Use Command Line Like a Pro

Andy Fung
May 24, 2021
Command line interface

This is a short article which shows you some common command line that you must encounter in life

Common Command-Line that you will use daily

  1. ls lists all files and directories in the working directory
  2. ls -a lists all contents in the working directory, including hidden files and directories
  3. mkdir takes in a directory name as an argument, and then creates a new directory in the current working directory.
  4. touch create new files
  5. start open new files
  6. cd change directory
  7. start code index.html open index.html using Visual Studio Code

--

--

Andy Fung

Self taught grow marketer with experience in Python and Javascript