Purpose:
- change names of all files in a directory to random strings of the same length
- list this files in another file (with a possibility to make from it sql query )
I think bash would be great for it, but I have no idea how to do this, can you help me?