Home
Notes
Projects
Resume
Contact
Jeff Smith
Notes
Projects
Resume
Contact
Convert file names to lowercase
bash
<pre><code>bash for f in *; do mv &quot;$f&quot; &quot;`echo $f | tr &quot;: upper: &quot; &quot;: lower: &quot;`&quot;; done </code></pre>
© 2026 Code0x378