This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: directories for newbies
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
>
> ####<binand@cysphere.com>#####################################
> :