URI:
       tadd print of file name - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 85f172e020ac79af13fe3856871c432ebcee5a4b
   DIR parent eacba19d744bd77a4df5452cfc5839c269e22ae3
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 18 Mar 2005 19:32:19 +0000
       
       add print of file name
       
       Diffstat:
         M bin/E                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/bin/E b/bin/E
       t@@ -6,6 +6,7 @@
        
        stat=`ls -l $1`
        B "$@"
       +echo editing "$@"
        while sleep 1
        do
                nstat=`ls -l $1`