From 690a1d694899c55c7cc6a168c54984f765ff761e Mon Sep 17 00:00:00 2001 From: Roger Knecht Date: Sat, 3 Sep 2022 11:34:53 +0000 Subject: cmd: cat: add new command Add cat command to print file content to standard out Reviewed-by: Simon Glass Signed-off-by: Roger Knecht --- cmd/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index 6f00bd9307..3267811b25 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1533,6 +1533,11 @@ endmenu menu "Shell scripting commands" +config CMD_CAT + bool "cat" + help + Print file to standard output + config CMD_ECHO bool "echo" default y -- cgit v1.2.3