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;
Please enable JavaScript to view the
comments powered by Disqus.