Open main menu

Changes

298 bytes added ,  16:00, 7 January 2016
no edit summary
<pre>
<nowiki>
Simple bash approach. But this script will clobber files when there is a collision: e.g. What if you have John jOhn JOHN john joHN?
 
You could do the same with the '''rename''' command, which does account for collisions. See <code>man rename(1)</code>
 
<source lang="bash">
#! /bin/bash
#
exit 0
</nowikisource></pre>[[Category:Filesystems]][[Category:Files]]
4,558

edits