cmd: cat: add new command
Add cat command to print file content to standard out Reviewed-by:Simon Glass <sjg@chromium.org> Signed-off-by:
Roger Knecht <rknecht@pm.me>
Showing
- MAINTAINERS 5 additions, 0 deletionsMAINTAINERS
- cmd/Kconfig 5 additions, 0 deletionscmd/Kconfig
- cmd/Makefile 1 addition, 0 deletionscmd/Makefile
- cmd/cat.c 85 additions, 0 deletionscmd/cat.c
- configs/sandbox64_defconfig 1 addition, 0 deletionsconfigs/sandbox64_defconfig
- configs/sandbox_defconfig 1 addition, 0 deletionsconfigs/sandbox_defconfig
- doc/usage/cmd/cat.rst 49 additions, 0 deletionsdoc/usage/cmd/cat.rst
- doc/usage/index.rst 1 addition, 0 deletionsdoc/usage/index.rst
- test/py/tests/test_cat/conftest.py 35 additions, 0 deletionstest/py/tests/test_cat/conftest.py
- test/py/tests/test_cat/test_cat.py 20 additions, 0 deletionstest/py/tests/test_cat/test_cat.py
cmd/cat.c
0 → 100644
doc/usage/cmd/cat.rst
0 → 100644
test/py/tests/test_cat/conftest.py
0 → 100644
test/py/tests/test_cat/test_cat.py
0 → 100644
Please register or sign in to comment