Author: Tongji University CS 2050250 A cpp implementation of the basic principles of UNIX V6 filesystem.
git clone --recurse-submodules https://github.com/leo4048111/Unix-Filesystem
- 
mount
- 
unmount
- 
format
- 
ls
- 
cd <dir>
- 
touch <filename>
- 
echo <string> [>] [filename]
- 
mkdir <dirname>
- 
cat <filename>
- 
rm <filename>
- 
rmdir <dir>
- 
cp <externalFilePath> <internalFilename>
- 
truncate -s <filename> <size>
- 
tail -c <offset> <size> <filename> > <outfilename>