#!/bin/sh # Example of a shell file to apply data compression programs to the test files. # To run this, save it in a file, say "t", and then use the command "sh t", or # change the mode of "t" to allow execution, and then just type "t". for i in `ls /u/radford/test`; do echo $i echo "length: " `wc -c