Provided by: rust-coreutils_0.0.14-3_amd64 bug

NAME

       cat - manual page for cat 0.0.14

DESCRIPTION

       cat 0.0.14 Concatenate FILE(s), or standard input, to standard output

              With no FILE, or when FILE is -, read standard input.

   USAGE:
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/cat
              [OPTION]... [FILE]...

   OPTIONS:
       -A, --show-all
              equivalent to -vET

       -b, --number-nonblank
              number nonempty output lines, overrides -n

       -e     equivalent to -vE

       -E, --show-ends
              display $ at end of each line

       -h, --help
              Print help information

       -n, --number
              number all output lines

       -s, --squeeze-blank
              suppress repeated empty output lines

       -t, --t
              equivalent to -vT

       -T, --show-tabs
              display TAB characters at ^I

       -v, --show-nonprinting
              use ^ and M- notation, except for LF (\n) and TAB (\t)

       -V, --version
              Print version information

SEE ALSO

       The full documentation for cat is maintained as a Texinfo manual.  If  the  info  and  cat
       programs are properly installed at your site, the command

              info cat

       should give you access to the complete manual.