Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!elroy!ucla-cs!kirkaas From: kirkaas@oahu.cs.ucla.edu (paul kirkaas) Newsgroups: comp.sys.att Subject: gdb for 3b1? Message-ID: <25015@shemp.CS.UCLA.EDU> Date: 19 Jun 89 08:59:10 GMT Sender: news@CS.UCLA.EDU Reply-To: kirkaas@cs.ucla.edu (paul kirkaas) Distribution: usa Organization: UCLA Computer Science Department Lines: 16 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@cs.ucla.edu