.. index:: cat (command) .. _command_cat: cat - concatenate file(s) to stdout =================================== Usage ^^^^^ ``cat [-ao] FILE...`` Synopsis ^^^^^^^^ :: Currently only printable characters and NL, TAB are printed. Options ^^^^^^^ -a FILE append to FILE instead of using stdout -o FILE overwrite FILE instead of using stdout .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/cat.c .. command function: do_cat