Galaxie Shell 0.2.6 documentation


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

© Copyright 2020-2024, Galaxie Shell Team.

Top » Manuals Pages » tee

teeΒΆ

NAME
  tee - duplicate standard input

SYNOPSIS
  tee [-ai] [file...]

DESCRIPTION
  The tee utility shall copy standard input to standard output, making a copy in
  zero or more files. The tee utility shall not buffer output.

  If the -a option
  is not specified, output files shall be written.

OPERANDS
  file  A pathname of an output file. If a file operand is '-', it refer to a
        file named '-'

OPTIONS
  -a  Append the output to the files.
  -i  Ignore the SIGINT signal.

EXIT STATUS
  0   The standard input was successfully copied to all output files.
  >0  An error occurred.

Top » Manuals Pages » tee

© 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.