#!/bin/bash
for f in *.png; do
mv – "$f" "${f%.png}.PNG"
done
#!/bin/bash
for f in *.png; do
mv – "$f" "${f%.png}.PNG"
done
Try harder Toobin
I'd dare say that 60% of your typical "Trouble Ticket Terry" ATT techs are not capable of splicing a fiber either.