txt2dbf

Brian K. White brian at aljex.com
Tue Mar 21 19:34:42 PST 2006


----- Original Message ----- 
From: "Jean-Pierre A. Radley" <appl at jpr.com>
To: "FilePro Mailing List" <filepro-list at lists.celestial.com>
Sent: Tuesday, March 21, 2006 6:41 PM
Subject: Re: txt2dbf


> Brian K. White propounded (on Tue, Mar 21, 2006 at 06:30:12PM -0500):
> | 
> | Thefull native devsys has a strip which is ok.
> 
> I also do 'mcs -d' after running 'strip'...


# ls -l dbf2txt txt2dbf
-rwxr-xr-x   1 root     sys         9548 Mar 21 18:24 dbf2txt
-rwxr-xr-x   1 root     sys        10976 Mar 21 18:24 txt2dbf
# mcs -d dbf2txt txt2dbf
# ls -l dbf2txt txt2dbf
-rwxr-xr-x   1 root     sys         9396 Mar 21 19:34 dbf2txt
-rwxr-xr-x   1 root     sys        10788 Mar 21 19:34 txt2dbf


hmpf, never knew about that one.
good to know about for boot/root floppies where for example:

# ls -lL /usr/local/bin/star
-rwxr-xr-x   1 bin      bin       309580 Sep 17  2005 /usr/local/bin/star

# strip /usr/local/bin/star
# ls -lL /usr/local/bin/star
-rwxr-xr-x   1 bin      bin       273216 Mar 21 19:38 /usr/local/bin/star

# mcs -d /usr/local/bin/star
# ls -lL /usr/local/bin/star
-rwxr-xr-x   1 bin      bin       236908 Mar 21 19:38 /usr/local/bin/star

#expr 309580 - 236908
72672

72k for just one binary matters in that context

Brian K. White  --  brian at aljex.com  --  http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro  BBx    Linux  SCO  FreeBSD    #callahans  Satriani  Filk!



More information about the Filepro-list mailing list