From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 8 06:36:34 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9781A7AA for ; Sat, 8 Mar 2014 06:36:34 +0000 (UTC) Received: from nm22-vm1.bullet.mail.bf1.yahoo.com (nm22-vm1.bullet.mail.bf1.yahoo.com [98.139.212.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4185BFD6 for ; Sat, 8 Mar 2014 06:36:33 +0000 (UTC) Received: from [98.139.215.142] by nm22.bullet.mail.bf1.yahoo.com with NNFMP; 08 Mar 2014 06:36:26 -0000 Received: from [98.139.211.200] by tm13.bullet.mail.bf1.yahoo.com with NNFMP; 08 Mar 2014 06:36:26 -0000 Received: from [127.0.0.1] by smtp209.mail.bf1.yahoo.com with NNFMP; 08 Mar 2014 06:36:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1394260586; bh=WHwxuZiJ6VYBeAnEa5Qha3CQJcg7jk105P5LKQ1duI0=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Subject:From:Content-Type:X-Mailer:Message-Id:Date:To:Content-Transfer-Encoding:Mime-Version; b=j193pRyyPoNWa2SCeWwEM89iys9pAknGdT/zRaEZcOeZEEqgqOoIDV4SYGD4A+Rn3KzFy3enTHZWgATKiGsz9LA3mcMMqULBAtRre4RCcSa9SP6LZ4CJSh3lCZ5hc7a6l8lm7bPIEDIpeF5ne/ToP1+xrmMcZeEan4EC+J4HlFE= X-Yahoo-Newman-Id: 403707.1027.bm@smtp209.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: kIkvt2cVM1mdrALxDYNtbut0nHtrR6pnjqLHNRavbMR1vxt kOA1VJZaywXW_Ih8u.kTXBS27WuTnu1TB7vKTwkJ0MxmU1odUdGzeZgQc.m1 Nc6eOZsK7xS8WXLxxWHiqJiB5i.GBG5xLwtOJQioB5LfoXwcSrVEwi3Bup.q 7OAHKVfv3NHROVnb8DVaWxsGRW_p1v88og.TFH.VdzAkXbF_IAVr4ZNEDXTM nfMy6zILbXl.HfoNfzUwSXu2nbMA26G.jeV2fejgC8PXRIySdsLFVZp6xwgP aaZJY9wDtHKGoa8RVHGEwbe2gp_50seysbkF1BO8mHPWKR3CJKqZYuCP0hMX JPMfhJ6UpuSgYXAL3liUdPVnWHjWwmEwxrRnttkjEmASYj0hgCVMEBNc9l1s bxm8KrbADGD01WzHA5.T6IzcOUfDSnN0ZX8_YvHHklSMulpRw0Q6comLgb_. rvKvWpCQv8l3nmmlXX1Nuqh_mCtf7S2zDVNaP5ZH84J6fU8QiWdckR6bD9a2 sNnjGFmvLDnS9oJcdwg0_Zg-- X-Yahoo-SMTP: LAFNfTaswBDguI7meB90l2l3wOU- X-Rocket-Received: from [192.168.1.105] (free7by@220.169.172.141 with xymcookie [106.10.149.123]) by smtp209.mail.bf1.yahoo.com with SMTP; 07 Mar 2014 22:36:26 -0800 PST Subject: How to read HTML file in FreeBSD(base system) From: by Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (11B651) Message-Id: Date: Sat, 8 Mar 2014 14:36:16 +0800 To: "freebsd-hackers@freebsd.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 06:36:34 -0000 Hello, I use FreeBSD 10.0 RELEASE now, and I just install the base system, but I ad= d doc when I install FreeBSD, so there are some docs in my system, and they a= re HTML files, so I want to ask that does FreeBSD provide some utilities to r= ead HTML file in terminal? You may say w3m is a good choice : ) I have use it before, it is a great web browser in CLI, and its use experien= ce is like vi : ) But I must install it from ports or src by myself, so does FreeBSD provide s= ome utilities in base system to implement that? - by=