directories for newbies
H.S.Rai
hsraidce@iitr.ernet.in
Sun Jul 21 20:15:00 GMT 2002
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>#####################################
:
More information about the Gcc-help
mailing list