From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7470 invoked by alias); 12 Feb 2004 12:07:16 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7424 invoked from network); 12 Feb 2004 12:07:15 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sources.redhat.com with SMTP; 12 Feb 2004 12:07:15 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1ArFcg-0000Yh-00; Thu, 12 Feb 2004 07:07:14 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 460FF4B365; Thu, 12 Feb 2004 07:07:28 -0500 (EST) To: gdb@sources.redhat.com, mukeshgct@hotpop.com Subject: Re: how to include subdirectories too, for the source directory Message-Id: <20040212120728.460FF4B365@berman.michael-chastain.com> Date: Thu, 12 Feb 2004 12:07:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-02/txt/msg00123.txt.bz2 How about: gdb $(find /home -type d -print | sed -e 's/.*/--directory=&') Michael C