type

Type a file's content to the output terminal.

Synopsis

type <file1> [file2] [file3]...

Description

Demonstrates how to read a file and send its contents to the Debugger Terminal window using the byte stream routines.

Arguments

file1
Name of the file to type. You can specify an arbitrary number of file names, and they will all get typed out.

Associated Files

type.c

Location

$c/type examples/FileSystem