> What is the global wildcard for unix? > I'm trying to chmod 755 all files in a dir... possible? > chmod 755 *.* ????? chmod 755 * <- for all files chmod 755 *pl <- for all files with a .pl extension chmod -R 755 * <- all files and recursively through all sub-directories
Shaun --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.320 / Virus Database: 179 - Release Date: 30/01/2002 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]