Pario TechnoBlob
About
Posts
Tag: mv
Randomize filenames
This is a simple bash script to create random filenames of all jpg-files (*.jpg) in a folder using the linux commands mv, sha1sum and cut. #!/bin/bash # Randomize filenames...