James G. Sack (jim) wrote:
> John H. Robinson, IV wrote:
> >..
> > Top 4 reasons why zsh is better than bash:
> 
> Oh yeah.. waal, it may be better, but it ain't bigger!
> 
> (on FC5)
> ls -l /bin/{ba,z}sh
> -rwxr-xr-x 1 root root 785520 Oct 23  2006 /bin/bash
> -rwxr-xr-x 1 root root 596224 Feb 12  2006 /bin/zsh
> 
> So there ... :-P ;-)

You forgot to include all of zsh's modules (also FC5):

% ls -lh ={ba,z}sh; du -sh /usr/share/zsh/4.2.5/functions                       
                
-rwxr-xr-x 1 root root 704K Oct 23  2006 /bin/bash
-rwxr-xr-x 1 root root 503K Feb 12  2006 /bin/zsh
5.0M    /usr/share/zsh/4.2.5/functions

Or even running it:

[EMAIL PROTECTED] ~]$ top -b -n 1| grep -E '(ba|z)sh' | sort -n -k 6|head -2
24780 jhriv     15   0  2372 1360 1116 S  0.0  0.1   0:00.05 bash               
 2918 jhriv     15   0  3500 1944 1356 S  0.0  0.1   0:00.05 zsh                
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND           

-john

zsh: small on the outside, freaking huge on the inside.


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to