gdb for 3b1?
    paul kirkaas 
    kirkaas at oahu.cs.ucla.edu
       
    Mon Jun 19 18:59:10 AEST 1989
    
    
  
Has anyone brought up gdb on the 3b1?  What is involved?
ps -- here follows a simple shellscript to show discspace utilization
	on a 3b1
------------------------------------------------------------------
# use - show 3b1 disk usage -- Paul Kirkaas
set `df -t /`
AVSP=`expr ${3}00 / $8`
KUSED=`expr \( $8 - $3 \) / 2000` 
KREM=`expr $3 / 2000`
echo "\t$KUSED Meg of disc space used
\t$KREM Meg ($AVSP%) remaining."
Paul Kirkaas
kirkaas at cs.ucla.edu
    
    
More information about the Comp.sys.att
mailing list