Added randomize filename

This commit is contained in:
2021-05-24 23:07:00 +02:00
parent 31f0f2b81f
commit 306a4ec86c
2 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,20 @@
## Randomize Filename
With this little script you can randomize the names of given files. File extension won't be changed.
#### Arguments
The file takes several arguments
`-r` - recursive: If any directory where given while calling this command, all files in it will be renamed recursively.
`-a` - all (the name is a little misleading): Normally directories are not renamed, but with this argument they will.
`-l LENGHT` - lenght: The lenght of the randomized filenames (default is 16). Replace `LENGHT` with the lenght the randomized names should have.
#### Usage
```
$ randomize-filename.sh -r .
```