From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 00:01:08 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 0167A16A41F for ; Fri, 19 Aug 2005 00:01:08 +0000 (GMT) (envelope-from devfreebsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6298C43D48 for ; Fri, 19 Aug 2005 00:01:04 +0000 (GMT) (envelope-from devfreebsd@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so88242wxd for ; Thu, 18 Aug 2005 17:01:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iJLjzW2MqGfKFZT3zR8JcQKGOPkcE/9VkOukmaJAGQQJquaZzZr09VtX1dyth8+sP7hGv0wcLL8rf+PE7JaQY1Jotg8NCW+pO2VNyuqHG2EdcH5VjKkkk8K/WbXoV6o64BjPoHeGq5z6WRMdCpVCKdIsQ8vV73lOnzVc9541QC8= Received: by 10.70.78.5 with SMTP id a5mr2542wxb; Thu, 18 Aug 2005 17:01:03 -0700 (PDT) Received: by 10.70.118.4 with HTTP; Thu, 18 Aug 2005 17:01:03 -0700 (PDT) Message-ID: <6e58a0305081817017acea569@mail.gmail.com> Date: Fri, 19 Aug 2005 05:31:03 +0530 From: Dev FreeBSD To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: ctags with recursion and sort 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: Fri, 19 Aug 2005 00:01:08 -0000 Hello, I am trying to shift over from Linux to FreeBSD. Tried to use 'ctags' for FreeBSD sources. However, I could not find the '--recurse' and '--sort' options in ctags available on FreeBSD. Are there any alternatives. I have a dual-boot Linux and FreeBSD 5.4 --=20 thanks Dev.