From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 09:20:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B3016A41F for ; Thu, 6 Oct 2005 09:20:23 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from humle.it.ki.se (humle.it.ki.se [130.237.101.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0FE43D48 for ; Thu, 6 Oct 2005 09:20:22 +0000 (GMT) (envelope-from christopher.illies@ki.se) Received: from Klabautermann.ks.se (gate2.ks.se [193.10.63.101]) by humle.it.ki.se (8.13.1/8.13.1) with ESMTP id j969KKjP011832 for ; Thu, 6 Oct 2005 11:20:20 +0200 (MEST) Received: by Klabautermann.ks.se (Postfix, from userid 1001) id 303EAC105; Thu, 6 Oct 2005 11:23:49 +0200 (CEST) Date: Thu, 6 Oct 2005 11:23:48 +0200 From: Christopher Illies To: freebsd-questions@freebsd.org Message-ID: <20051006092348.GA4366@Klabautermann.ks.se> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051006063919.48004.qmail@web54609.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051006063919.48004.qmail@web54609.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 09:20:23 -0000 On Wed, Oct 05, 2005 at 11:39:19PM -0700, sulie halim wrote: > how can we view/open files in freebsd? e.g write.doc, > write.txt or write.ppt? To just view .doc files from the commandline, you can also try textproc/catdoc. Abiword (editors/abiword) can also edit Word files, but has difficulties with some documents that work fine with openoffice. I routinely exchange Powerpoint presentations (*.ppt) between Powerpoint and Openoffice with only minor problems. HTH, Christopher