[LUGOS-PROG] strip...tease

Igor Lautar igor.lautar at hermes.si
Thu Jul 25 15:53:19 CEST 2002


> -----Original Message-----
> From: Borut Mrak [mailto:b at aufbix.org] 
> Sent: Thursday, July 25, 2002 2:47 PM
> To: lugos-prog at lugos.si
> Subject: Re: [LUGOS-PROG] strip...tease
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> $ cat hello.c
> #include <stdio.h>
> 
> int main(void) {
>         printf("Hello World!\n");
>         return(0);
> }

na itaniumu, hpux

kompajlan z aCC hello.c -o hello

$ ls -l hello
-rwxrwxr-x   1 xxxx      xxxx        8572 Jul 25 15:11 hello
$ strip hello
$ ls -l hello
-rwxrwxr-x   1 xxxx      xxxx        6332 Jul 25 15:11 hello

lp



More information about the lugos-prog mailing list