Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.
fs_cat
Print file contents to the terminal output.
Usages
fs_cat [file]
Arguments
file
Path of file to print to terminal output.
Output
File contents, in the ASCII character set. Non-printable/non-space characters are transmitted as full stops (“periods”, character code 46). For a more convenient display of binary files use fs_od.
Required Configuration
Available only if FS_SHELL_CFG_CAT_EN is DEF_ENABLED.
Notes/Warnings
None.