type

Syntax

type file[file...]

Description

Sends the contents of a file to the standard output device.

Option

file

Specifies a file name to display.

Usage

If no options are specified, this command attempts to detect the file type. If the command fails, UCS-2 is presumed.

Examples

To display a file in format:

fs0:\> type pause.nsh
# 
# Example script for 'pause' command
#
echo pause.nsh begin..
\date
time 
pause
echo pause.nsh done.
      

To display multiple files:

fs0:\> type test.*
How to Install?
time
stall 3000000
time