Huang Qi 95f32fd018 nsh: Decouple with CONFIG_FILE_STREAM
Replace all fwrite/fread/fgets/... to write/read/...

Before:
```
       text    data     bss     dec     hex filename
 109827     601    6608  117036   1c92c nuttx/nuttx
```
    After:
```
       text    data     bss     dec     hex filename
108053     601    6608  115262   1c23e nuttx/nuttx
```
    After with CONFIG_FILE_STREAM disabled:
```
       text    data     bss     dec     hex filename
 105667     601    6608  112876   1b8ec nuttx/nuttx
```

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2023-02-22 13:47:41 +08:00
..
2022-07-29 19:21:52 +03:00
2021-06-11 02:42:05 -05:00
2022-09-27 19:39:31 +08:00
2021-12-20 09:12:52 -06:00
2023-02-08 00:35:39 +08:00
2021-06-11 02:42:05 -05:00
2023-02-22 13:47:41 +08:00
2021-06-16 09:03:06 -05:00
2023-01-05 21:42:15 +08:00
2021-06-11 02:42:05 -05:00
2022-10-16 19:07:16 +02:00
2022-01-16 08:07:47 +01:00