From: Michele Andreoli (m.andreoli@tin.it)
Date: Fri Feb 21 2003 - 13:55:35 CET
On Fri, Feb 21, 2003 at 01:01:22PM +0100, zaltar nicely wrote:
> Practicing with the exploration commands, such as "cd /usr/wks/doc" and others, I tried to read some file typing "cat filename", but the file was too long and Mu showed up on the screen only the last part. If I want to read confortably the whole doc I have to add " | more" to the "cat filename" command?
# cat file | less
# cat file | more
# less file
> Another question: how can I launch some program, such as lynx to read the file "readme.html" in "/usr/wks/doc"?
> See ya, Zaltar.
# lynx file:///usr/wks/doc
Michele
-- "Physics is like sex: it may give some practical results, but that's not why we do it" (Richard Feynman) --------------------------------------------------------------------- To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk For additional commands, e-mail: mulinux-help@sunsite.dk
This archive was generated by hypermail 2.1.6 : Fri Feb 21 2003 - 13:56:49 CET