Rename files into UUID. Use Go(Golang).
Install the UUID package by using the go command:
$ go get github.com/satori/go.uuid
Download the file UUID-renamer.go
, and go to the path where it puts.
Use the go command:
$ go run ./UUID-renamer.go -p [path]
-p [path](string)
path: The path of your folder which you want to rename all the files under it into UUID file name.
$ go run ./UUID-renamer.go -p ~/folder/
Please add /
(Linux or others) or \
(Windows or others) to the end of the path, if it doesn't exist.