Skip to content

Commit 21d58e6

Browse files
committed
Update README.md
1 parent 4249de2 commit 21d58e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
- [x] `gets(buf)` replaced by `gets_s(buf, n)` -- commit [`09134fb`](https://github.com/LukeBriton/File_System/commit/09134fb2e5891bb34cfa0ea7264eaf503e802f11)
3636
- [x] `main.cpp` 中默认 `logout(2118)` 而非实际登入 -- commit [`ca8e535`](https://github.com/LukeBriton/File_System/commit/ca8e5354f63e41b76bdbc80cf1a8ad3aa67ca528)
37+
- [x] `main.cpp` 中登入键入密码时的换行符/回车会残留在缓冲区内进而被 `gets_s(buf, n)` 读入,输出表现为开头的`> > ` -- commit [`4249de2`](https://github.com/LukeBriton/File_System/commit/4249de27c5135c4614be3a740aa9624738c8a11e)
3738
- [x] 奇奇怪怪英文拼写错误、语法问题。(随时跟进)
3839

3940
## 建议增加的功能
@@ -46,7 +47,7 @@
4647

4748
4. - [x] 增加查看当前用户信息的新功能:在命令行中输入“who”,可以显示当前用户的所有信息,包括这个用户的id号、登录密码、所属用户组等; -- commit [`0705e93`](https://github.com/LukeBriton/File_System/commit/0705e93d8a74432c6315d46dffd003e41f21ee26)
4849

49-
5. - [ ] 在命令提示符前加入路径;增加pwd命令用来显示当前路径;
50+
5. - [x] 在命令提示符前加入路径;增加pwd命令用来显示当前路径; -- commit [`0fd483e`](https://github.com/LukeBriton/File_System/commit/0fd483ecfe3bc7edfc8beefd96b935807b140388), [`4d69c75`](https://github.com/LukeBriton/File_System/commit/4d69c75949679f409548ae2caf0c9f84affec6b3)
5051

5152
6. - [ ] 文件名更名;
5253

0 commit comments

Comments
 (0)