Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!GARGOYLE.UCHICAGO.EDU!nick%tira From: nick%tira@GARGOYLE.UCHICAGO.EDU (Nick Burke) Newsgroups: gnu.bash.bug Subject: (none) Message-ID: <8906272259.AA19306@tira.uchicago.edu> Date: 27 Jun 89 22:59:13 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 55 ~s bug-report: *m++ == MAGIC1 This is a Bash bug report. Bash maintainers should be getting this report. If this mail has bounced, for right now please send it to: keith@curry.uchicago.edu since he is the current maintainer of this version of the shell. This is /var/adm/bash, version 0.99, on host tira, used by nick. This shell is interactive, and it is a login shell. The host is a SUN4 running SUNOS4. Here are the last 40 commands. cd /etc less format.dat df ls w df df | awk '{if ($2 > 0) print $2}' df | awk '{if ($2 > 0) print $2}' | grep -v 'kbyt' df | awk '{if (($2 > 0) && ($2 != 'kbytes')) print $2}' df | awk '{if (($2 > 0) && ($2 != "kbytes")) print $2}' df | awk '{if (($2 > 0) && ($2 != "kbytes")) tot += $2} END {print tot}' pwd cd cd tmp df | awk '{if (($2 > 0) && ($2 != "kbytes")) tot += $2} END {print tot}' >tot cat tot df df | awk '{if (($4 > 0) && ($4 != "avail")) tot += $2} END {print tot}' >avail cat avail cat tot bc df | awk '{if (($4 > 0) && ($4 != "avail")) tot += $4} END {print tot}' >avail cat avail cat tot bc cd /var/adm ls ls -l acct file acct ls -lg acct date ls -l usracct file usracct who w vmstaat vmstat finger @gide gide w gide ps aux | sort | less