Software >> OS >> Unix >> Shell >> bash >> How to use for look to rename some files with a suffix

 

 

for f in dispatcher.any httpd.conf mod_dispatcher.conf;do cp $f $f.006.working;done;