At 10:24 AM 3/14/99 -0500, Robert Aisenberg wrote:
>Hi-
>    I was wondering how I could view a text file like dos's type
><filename>

cat <filename>

If the file is longer than 25 lines I suggest you use more or less.
e.g. cat <filename>|more    or     cat <filename>|less

see the manual for cat, more, less, tail

hth

Ivan.

>Thanky you,
>-James
>
>
>-- 
>Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>
>

Reply via email to