[pappy@chmodx]:$ man cat

$ cat

Concatenate files and write them to standard output

DOCUMENTEDViewing filesUbuntu 24.04 LTS baseline

Synopsis

cat [OPTION]... [FILE]...

What it does

Examples

Display a file
cat /etc/hostname
Concatenate two files
cat part1.txt part2.txt > combined.txt

Important details

These examples are intentionally conservative. Command behavior can still depend on filesystem state, permissions, locale, shell, installed package version, and other system configuration. For exact option semantics, the linked authoritative documentation is the source of truth.