From cc90c9ec45fc7fc186bb7a82347bf420dd04f62a Mon Sep 17 00:00:00 2001 From: Nao1215 Date: Thu, 18 Nov 2021 21:33:15 +0900 Subject: [PATCH] Add description for rmdir command. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4ce5e3..ab44b5d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ $ sudo ./installer.sh | mv | Rename SOURCE to DESTINATION, or move SOURCE(s) to DIRECTORY| | path | Manipulate filename path| | rm | Remove file(s) or directory(s)| +| rmdir | Remove directory| | serial | Rename the file to the name with a serial number| | sh | Mimix Box Shell (In development)| | touch | Update the access and modification times of each FILE to the current time|