Galaxie Shell 0.2.6 documentation


Navigation:   | Index   | Search   | Top   | Up   | Prev   | Next   |
Table of Content: |cat |

© Copyright 2020-2024, Galaxie Shell Team.

Top » Manuals Pages » cat

catΒΆ

NAME
  cat - concatenate and print files

SYNOPSIS
  cat [-u] [file...]

DESCRIPTION
  The cat utility shall read files in sequence and shall write their contents to
  the standard output in the same sequence.

OPERANDS
  file  A pathname of an input file. If no file operands are specified, the
        standard input shall be used. If a file is '-', the cat utility shall
        read from the standard input at that point in the sequence. The cat
        utility shall not close and reopen standard input when it is referenced
        in this way, but shall accept multiple occurrences of '-' as a file
        operand.

OPTIONS
  -u  Ignored

Top » Manuals Pages » cat

© Copyright 2020-2024, Galaxie Shell Team.
This page is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License (CC BY-NC-SA 4.0).
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

Last updated on None.
Created using Sphinx 8.0.2.