#!/usr/local/bin/tcsh -f ######!/bin/csh -f ## filename = viewall ## reads the list of jpg files ## and prepares html file that ## includes all the pictures. echo '<\!doctype html public "-//w3c//dtd html 4.0 transitional//en">' > t echo '' >> t echo '
' >> t echo '' >> t echo '' >> t echo '' >> t echo '' >> t set fnm = (`ls -1 *.jpg`) @ nt = $#fnm @ n = 1 while ( $n <= $nt ) echo '' >> t echo '