In a message dated 3/14/99 9:22:21 AM Central Standard Time,
[EMAIL PROTECTED] writes:

> Hi-
>      I was wondering how I could view a text file like dos's type
>  <filename>
>  Thanky you,
>  -James
>  


cat <file> will work the same as type will.

you can also use:
more <file> to do the same thing, but one page at a time.

-Jay

Reply via email to