From owner-freebsd-questions@FreeBSD.ORG Tue Dec 30 06:00:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C8801065670 for ; Tue, 30 Dec 2008 06:00:58 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 285688FC19 for ; Tue, 30 Dec 2008 06:00:58 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id mBU60vV2089372 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 29 Dec 2008 22:00:57 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id mBU60vt2089371; Mon, 29 Dec 2008 22:00:57 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA24099; Mon, 29 Dec 08 21:59:25 PST Date: Mon, 29 Dec 2008 22:02:00 -0800 From: perryh@pluto.rain.com To: glen.j.barber@gmail.com Message-Id: <4959b958.1X35M0vcBdIGo3IN%perryh@pluto.rain.com> References: <4ad871310812291948n2159a0a9p9781183694e4dae8@mail.gmail.com> In-Reply-To: <4ad871310812291948n2159a0a9p9781183694e4dae8@mail.gmail.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: luizbcampos@gmail.com, freebsd-questions@freebsd.org Subject: Re: running asfiles on windowmaker... 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: Tue, 30 Dec 2008 06:00:58 -0000 > > Does anyone know how to run asfiles on windowmaker? > > Whereis its executable? (path) > > I have no idea what asfiles is, but I would assume > `which asfiles' would tell you where it is located. ... unless it's not in PATH, and the OP is asking which directory needs to be added. asfiles is a port which installs into /usr/local, so I'd expect the executable to be in /usr/local/bin. If not, find /usr/local -name asfiles -print should find it.