Is there any tool to urldecode a file's name and replace it?
Example:
$ ls
hello%20world.txt
$ urldecode *.txt
$ ls
hello world.txt
|
feedback
|
|
A new blog post covers this with
| |||
|
feedback
|
|
| |||||||
feedback
|
|
I think this Perl snippet can be used as a base for what you are looking for. | |||
|
feedback
|