Design
allen1.lst
Associated article: The Macintosh Programmer's Workshop
Tags: Design
_THE MACINTOSH PROGRAMMER'S WORKSHOP_
by Dan Allen
Example 1: A sample script to canonize text files
# StdMPW Canonizes all MPW Textfiles
# By Dan Allen 7/13/87 set today "'date -s -d' 12:00pm"
directory "{mpw}"
for i in : 'files -d'
...


