In Großbuchstaben umwandeln
#!/bin/sh # for file in $(ls -A); do mv $file $(echo $file | tr [a-z] [A-z]); done
In Kleinbuchstaben umwandeln
#!/bin/sh for file in $(ls -A); do mv $file $(echo $file | tr [A-Z] [a-z]); done
Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind markiert *
Name *
E-Mail-Adresse *
Website
CAPTCHA Code *
Kommentar
Du kannst folgende HTML-Tags benutzen: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
Notify me of followup comments via e-mail
Spam Protection by WP-SpamFree