RM wrote:
Mason83 decreed, Read These Runes!:
On 26/10/2014 04:43, RM wrote:
Mason83 decreed, Read These Runes!:
On 26/10/2014 00:58, Ray_Net wrote:

Reading http://www.seamonkey-project.org/releases/seamonkey2.0.4/
I see that seamonkey-bin is for MAC

I don't think old documentation can be trusted to be accurate.

$ file seamonkey*
seamonkey:     ELF 64-bit LSB  executable, x86-64, version 1 (SYSV), 
dynamically linked (uses shared libs), for GNU/Linux 2.6.18, 
BuildID[sha1]=d15f55f8300aebc9ff8a178c94100a24a3a8b90d, stripped
seamonkey-bin: ELF 64-bit LSB  executable, x86-64, version 1 (SYSV), 
dynamically linked (uses shared libs), for GNU/Linux 2.6.18, 
BuildID[sha1]=d15f55f8300aebc9ff8a178c94100a24a3a8b90d, stripped

Simpler:

$ diff -s seamonkey seamonkey-bin
Files seamonkey and seamonkey-bin are identical

It's hard to imagine them being identical, considering they are
not the same size...

Here they are:

$ ls -s seamonkey*
812 seamonkey  812 seamonkey-bin

Doesn't -s give the number of blocks allocated for the file? Which may well be the same with only a small difference in content size. Try "ls -l", which includes the number of bytes actually used (as in Mason83's output below).

$ ll seamonkey-2.29.1/seamonkey* | sed s,marc,bob,g
-rwxr-xr-x 1 bob bob 102352 sept. 24 08:44 seamonkey-2.29.1/seamonkey*
-rwxr-xr-x 1 bob bob 102360 sept. 24 08:44 seamonkey-2.29.1/seamonkey-bin*

$ ll seamonkey-2.30/seamonkey* | sed s,marc,bob,g
-rwxr-xr-x 1 bob bob 102352 oct.  14 10:06 seamonkey-2.30/seamonkey*
-rwxr-xr-x 1 bob bob 102360 oct.  14 10:06 seamonkey-2.30/seamonkey-bin*

Just a guess, but the slight difference (8 bytes) may just be the original executable name being embedded in the file a couple of times - the additional "-bin" being an extra 4 characters.

Mark.

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to