Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


standard output             Definition            standard output




The standard  output is the  device or file  where programs write
output  by default.   It is  defined in  the header  file stdio.h
under the  abbreviation stdout, and in  most instances is defined
to be the computer's monitor.

The  COHERENT shell  sh lets  you redirect into  a file  all text
written to  the standard output device.  To do  so, use the shell
operator >.  For example


        sort myfile >sortfile


redirects the text output by sort into file sortfile.

***** See Also *****

definitions, stdio.h, stdout






































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026