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