Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!uc!shamash!hare.udev.cdc.com!brh From: brh@hare.udev.cdc.com (brian r hanson x6009) Newsgroups: comp.sys.mac.misc Subject: Re: What can't it do? Loss of... Message-ID: <23447@shamash.cdc.com> Date: 12 Jul 90 22:04:43 GMT References: <2977@tellab5.tellabs.com> <886@mdavcr.UUCP> <28778.269229da@vaxb.acs.unt.edu> <1990Jul8.220052.24143@spectrum.CMC.COM> Sender: news@shamash.cdc.com Reply-To: brh@hare.udev.cdc.com (brian r hanson x6009) Lines: 14 > As for deleting a number of files in nested directories, no CLI > (command line interface) I have ever used can do this. The command language used on mainframes sold by Control Data is called SCL and supports wild card expressions on commands tailored to the type of data the command expects to see. With the standard command to delete a catalog ` (directory) you can delete all nested directories. With the standard command to delete one or more files you can delete files in nested catalogs which match the wild card expression. delete_file files=$working_catalog.$next.a* will delete all files in all subdirectories of $working_catalog which start with "a".