Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 429 Bytes

commands.md

File metadata and controls

14 lines (12 loc) · 429 Bytes

commands

  • cat - displays the contents of a file
  • cd - changes the working directory
  • clear - clears the screen
  • help - displays this help message
  • ls - lists the contents of a directory
  • mkdir - creates a new directory
  • pwd - shows the working directory
  • rm - deletes a file or directory
  • touch - creates a new file
  • update - looks for updates

Try to do type help [command] in the terminal to show more details