ref: d46674c804f38dc472de8d9f68a946a557d121eb
dir: /tests/test.2/script/
#!/bin/rc # du -a /n/mafs_test.2/ for(t in 0 1 01 2 3 4 5 7){ touch /n/mafs_test.2/file1 echo ./6.offsets -s test.2/^$t^.start -o `{cat test.2/^$t^.offset} -a test.2/^$t^.add /n/mafs_test.2/file1 ./6.offsets -s test.2/^$t^.start -o `{cat test.2/^$t^.offset} -a test.2/^$t^.add /n/mafs_test.2/file1 diff /n/mafs_test.2/file1 test.2/^$t^.end # { # cat /n/mafs_test.2/file1 # cat test.2/^$t^.end # } rm /n/mafs_test.2/file1 } # touch /n/mafs_test.2/file1 # ./6.offsets -s test.2/6.start -o 1124 -a test.2/6.add /n/mafs_test.2/file1 > test.2/6.end # ls -l /n/mafs_test.2/file1 # xd -c -b /n/mafs_test.2/file1 # cp /n/mafs_test.2/file1 test.2/6.end # rm /n/mafs_test.2/file1