Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels