mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 14:28:20 +08:00
[dfs] cat命令执行后增加\n 与linux行为一致
This commit is contained in:
@@ -615,6 +615,7 @@ void cat(const char *filename)
|
||||
}
|
||||
}
|
||||
while (length > 0);
|
||||
rt_kprintf("\n");
|
||||
|
||||
dfs_file_close(&fd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user