Attempt #3, adding a new command 'sfilter'

Ricardo Nabinger Sanchez rnsanchez at gmail.com
Thu Sep 7 14:20:13 PDT 2006


On Thu, 7 Sep 2006 17:15:51 -0400, Garance A Drosehn <gad at FreeBSD.org>
wrote:

> >xor# ls -l `which gawk`
> >-r-xr-xr-x  2 root  wheel  225232 Sep  7 16:40 /usr/local/bin/gawk
> >xor# ls -l `which awk`
> >-r-xr-xr-x  2 root  wheel  123260 May 16 13:58 /usr/bin/awk
> 
> Huh.  I wonder why there's such a difference.  All I did was
> 
>        portinstall -N gawk

Difference confirmed on 6.1-RELEASE too:

% ls -l `which gawk` `which awk`
-r-xr-xr-x  2 root  wheel   119164 May  7 00:59 /usr/bin/awk*
-r-xr-xr-x  2 root  wheel  1206332 Sep  7 17:20 /usr/local/bin/gawk*

All I did was "cd /usr/ports/lang/gawk && make install clean".  Just for
the record:

% file `which gawk` `which awk`
/usr/local/bin/gawk: ELF 32-bit LSB executable, Intel 80386, version 1
(FreeBSD), dynamically linked (uses shared libs), stripped
/usr/bin/awk:        ELF 32-bit LSB executable, Intel 80386, version 1
(FreeBSD), dynamically linked (uses shared libs), stripped

Both are stripped, so there's no cheating -- not that I'm aware of, at
least.

-- 
Ricardo Nabinger Sanchez     <rnsanchez@{gmail.com,wait4.org}>
Powered by FreeBSD

  "Left to themselves, things tend to go from bad to worse."



More information about the freebsd-current mailing list