Arch
    
  
    
         Linux
    
  
  
  
  Can't get rename variants too work reliably. Just using this for now....
find . -name '*A-Z*' -type f -exec bash -c 'echo {} | mv {} $(tr A-Z a-z)' \;
      Can't get rename variants too work reliably. Just using this for now....
find . -name '*A-Z*' -type f -exec bash -c 'echo {} | mv {} $(tr A-Z a-z)' \;
      © 2025 Code0x378