From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29377 invoked by alias); 22 Jul 2002 03:41:14 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 29361 invoked from network); 22 Jul 2002 03:41:13 -0000 Received: from unknown (HELO ns1.3rdplanetsoftware.com) (64.81.39.61) by sources.redhat.com with SMTP; 22 Jul 2002 03:41:13 -0000 Received: from 3rdplanetsoftware.com (danny [192.168.1.2]) by ns1.3rdplanetsoftware.com (8.10.2/8.10.2) with ESMTP id g6M3g7P15079; Sun, 21 Jul 2002 20:42:07 -0700 Message-ID: <3D3B7A06.E096945C@3rdplanetsoftware.com> Date: Sun, 21 Jul 2002 20:41:00 -0000 From: danny X-Accept-Language: en MIME-Version: 1.0 To: gcc gnu Subject: Re: directories for newbies References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00214.txt.bz2 Hey Now that helps thanks. I'm look for a function to get me the attributes of a file. Such as is the file a directory or not. Any ideas? Thanks Danny "H.S.Rai" wrote: > Yesterday at 6:10pm -0700 danny wrote: > > > Does linux have a standard debugger > > gdb > > This is GNU debugger. man gdb for detail. > > -- > H.S.Rai > > : > ####[ Linux One Stanza Tip (LOST) ]########################### > > Sub : Unix to DOS conversion (#1) LOST #219 > > If you have vim editor installed, the following script will do > Unix (text file) to DOS conversion: > #!/bin/sh # Save u2d, chmod +x u2d > vim -c ":set ff=dos" -c ":wq" $1 # Usage: u2d filename.txt > > ######################################### > :