RosettaCodeData/Task/Copy-stdin-to-stdout/UNIX-Shell/copy-stdin-to-stdout-2.sh
2026-04-30 12:34:36 -04:00

11 lines
230 B
Bash

NAME
cat - concatenate files and print on the standard output
SYNOPSIS
cat [OPTION]... [FILE]...
DESCRIPTION
Concatenate FILE(s) to standard output.
:
With no FILE(s), or when FILE is -, read standard input.
: