Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 301 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 301 Bytes

Terminal Implementation

A teminal application that demonstrates the C++ rule-of-5 (copy-constructor, assignment-operator, distructor, move-constructor, move-assignment-operator)

It supports the following commands:

  • pwd
  • cd
  • ls
  • mkdir
  • mkfile
  • cp
  • mv
  • rename
  • rm
  • history
  • verbose
  • exec