Lowercase files: Difference between revisions

No edit summary
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 4: Line 4:
You could do the same with the '''rename''' command, which does account for collisions.  See <code>man rename(1)</code>
You could do the same with the '''rename''' command, which does account for collisions.  See <code>man rename(1)</code>


<source lang="bash">
<syntaxhighlight lang="bash">
#! /bin/bash
#! /bin/bash
#
#
Line 27: Line 27:
exit 0
exit 0


</source>
</syntaxhighlight>


[[Category:Filesystems]]
[[Category:Filesystems]]
[[Category:Files]]
[[Category:Files]]