diff options
author | rsc <devnull@localhost> | 2005-03-18 19:32:19 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-18 19:32:19 +0000 |
commit | 85f172e020ac79af13fe3856871c432ebcee5a4b (patch) | |
tree | 3b94ccd59cc285e2734300a4357f5e10c14d260d | |
parent | eacba19d744bd77a4df5452cfc5839c269e22ae3 (diff) | |
download | plan9port-85f172e020ac79af13fe3856871c432ebcee5a4b.tar.gz plan9port-85f172e020ac79af13fe3856871c432ebcee5a4b.tar.bz2 plan9port-85f172e020ac79af13fe3856871c432ebcee5a4b.zip |
add print of file name
-rwxr-xr-x | bin/E | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ stat=`ls -l $1` B "$@" +echo editing "$@" while sleep 1 do nstat=`ls -l $1` |