Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!accuvax.nwu.edu!acns.nwu.edu!jln From: jln@acns.nwu.edu (John Norstad) Newsgroups: comp.sys.mac Subject: Re: System 7 question Message-ID: <2448@accuvax.nwu.edu> Date: 28 Dec 89 18:07:05 GMT Sender: news@accuvax.nwu.edu Distribution: world Organization: Northwestern University Lines: 20 References:<10734@claris.com> <780093@hpvcfs1.HP.COM> In article <780093@hpvcfs1.HP.COM> mikek@hpvcfs1.HP.COM (Mike Kirkpatrick) writes: > How about pipes and i/o redirection for starters. There are some > activities that are just better done with a text/command line interface. Yes, there are some things like pipes and i/o redirection that UNIX-like command interfaces currently do much better than the Mac OS. You should check out Apple's MPW (Macintosh Programmer's Workshop). It's based on a UNIX-like shell that has pipes and i/o redirection, plus equivalents for the most popular UNIX filters. I use it all the time, and not just for programming. From what I saw of System 7.0 at last May's Developer Conference, the new Finder in 7.0 will include much more powerful facilities for doing this sort of thing, including selecting files by pattern matching on their names. John Norstad Northwestern University jln@acns.nwu.edu