From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: file location Date: Sat, 06 Feb 2010 23:49:20 +0530 Message-ID: <874oluqlav.fsf@gmail.com> References: <823b38421002051711oa00fe7fxc9334c383209aafe@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdpJ0-0000Qk-J0 for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 13:22:54 -0500 Received: from [199.232.76.173] (port=36054 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdpIz-0000Qc-5c for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 13:22:53 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdpIy-0005pO-FH for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 13:22:53 -0500 Received: from mail-pz0-f183.google.com ([209.85.222.183]:36921) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdpIy-0005p5-1V for emacs-orgmode@gnu.org; Sat, 06 Feb 2010 13:22:52 -0500 Received: by pzk13 with SMTP id 13so2688960pzk.24 for ; Sat, 06 Feb 2010 10:22:51 -0800 (PST) In-Reply-To: <823b38421002051711oa00fe7fxc9334c383209aafe@mail.gmail.com> (Shawn Koons's message of "Fri, 5 Feb 2010 18:11:53 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Shawn Koons Cc: emacs-orgmode@gnu.org Shawn Koons writes: > Hello, > > Is there a command (or two) that will identify the locations of the > below-listed files/folders? I am using Ubuntu and it seems that there is > more than one emacs install on this computer and multiple files that *could* > If you have installed both versions of emacs using dpkg or apt-get then the following command will display available versions of emacs on your system. dpkg -l | grep emacs In order to find the list of files that comes with the package just run the following command with the package name from the previous command output. dpkg -L I hope this helps. Thanks and Regards Noorul