/FileSytem

A file system has been created which utilises commands allowing users to create, remove directories etc

Primary LanguageScala

FileSytem

A file system has been created which utilises commands allowing users to create, remove directories etc

the application supports the following commands:

  • mkdir – Create a directory in local file system
  • rm – Remove a file or directory
  • cd - Change the local working directory
  • touch – Touch a file
  • ls - List file names in a local directory
  • pwd – Print the local working directory
  • cat – Print the content of a file
  • echo - Display line of text/string t