changeset 212:d685eda11ca7

Minor display improvement.
author Rob Landley <rob@landley.net>
date Thu, 06 Sep 2007 04:03:04 -0500
parents 4fb558215f85
children 1080306ae20e
files forkbomb.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/forkbomb.sh	Wed Sep 05 22:07:52 2007 -0500
+++ b/forkbomb.sh	Thu Sep 06 04:03:04 2007 -0500
@@ -32,4 +32,4 @@
     fi
   done
 fi
-watch -n 3 'for i in *.txt; do /bin/echo -e "\n$i"; tail -n 1 $i; done'
+watch -n 3 'X=; for i in *.txt; do /bin/echo -e "$X$i"; X="\n"; tail -n 1 $i; done'