cmd: cat: add new command
authorRoger Knecht <rknecht@pm.me>
Sat, 3 Sep 2022 11:34:53 +0000 (11:34 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 11 Oct 2022 19:40:48 +0000 (15:40 -0400)
commit690a1d694899c55c7cc6a168c54984f765ff761e
tree0d1949060afcdda676a4a8e7bfc89053a391f1a4
parent7eda1a95331d1ccd17e5af6fb18bf5577f81a451
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>
MAINTAINERS
cmd/Kconfig
cmd/Makefile
cmd/cat.c [new file with mode: 0644]
configs/sandbox64_defconfig
configs/sandbox_defconfig
doc/usage/cmd/cat.rst [new file with mode: 0644]
doc/usage/index.rst
test/py/tests/test_cat/conftest.py [new file with mode: 0644]
test/py/tests/test_cat/test_cat.py [new file with mode: 0644]