Basic Terminal Commands

  1. pwd : show the the location/name of the folder currently opened in your terminal window.
  2. ls : list all the files and folders of the location currently opened in terminal.
  3. cd : Change directory. Allows you to move in your disk from one location to another.
  4. mkdir : Creates a new folder under the currently opened location
  5. cp : Copies a file from one location to another.
  6. rm and rmdir : Delete a file or a folder.
  7. catmoreless : Lets you view the content of a text file.
  8. grep : Filters a text file on the keyword you specify.
  9. du : Shows you the Disk Usage.
  10. man : Displays the manual page of any supported command.
  11. for more : visit the site

How git work?

Untitled