How to read the source of HTML files in Cygwin?
Ajit George (Kurian Inc.)
gajit@kurianinc.com
Mon Sep 17 01:16:00 GMT 2001
Quote it:
vi 'Beejs guide to network programming.thm'
Or use a regular expression:
vi Beejs*
You'll probably get a lot out of reading a book on Unix shells.
If you just want to read the file, you should probably use less, or at least
use vi in read-only mode:
less Beejs*
vi -R Beejs*
----- Original Message -----
From: <m_shanmugasundaram.cgmaersk@maerskdata.dk>
To: <cygwin@cygwin.com>
Sent: Sunday, September 16, 2001 11:19 PM
Subject: How to read the source of HTML files in Cygwin?
> Hi,
> I have a file named Beejs guide to network programming.htm in a
> particular directory. I wanted to view the source of the html file. Under
> cygwin i don't know how to do it. I tried typing vi Beejs guide to network
> programming.htm, but unable to read the source.
>
> I searched the web and also the cygwin FAQ. I think i missed
> something. Any help is appreciated.
>
> Thanks in advance
>
> Cheers
> Shan
>
>
>
> --
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ: http://cygwin.com/faq/
>
>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list