while (<*.c>) { chmod 0644, $_; } #### open(FOO, "echo *.c | tr -s ' \t\r\f' '\\012\\012\\012\\012'|"); while () { chomp; chmod 0644, $_; }