Add in some missing file commands.

This commit is contained in:
David Given
2022-09-09 23:33:16 +02:00
parent 9abfa3726e
commit 1655505b95
6 changed files with 134 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ The supported commands are:
- **format**: create a new filesystem and format a disk
- **getfileinfo**: retrieves metadata about a file.
- **getdiskinfo**: retrieves metadata about the file system.
- **rm**: deletes a file or empty directory
- **mv**: renames a file (use `--path` and `--path2` for the old and new paths)
- **mkdir**: creates a directory
There are commands missing here; this is all a work in progress.