1DEURLNAME(1) General Commands Manual DEURLNAME(1)
2
3
4
6 deurlname - Remove URL-encoded characters from file names.
7
9 deurlname [OPTION]... [FILE]...
10
12 This manual page document describes the deurlname command.
13
14 deurlname will rename every file specified on the command line that has
15 URL-encoded characters in its name. The URL-encoded characters will be
16 translated into the corresponding byte values. That is, %20 will
17 become space, %41 A and so on.
18
20 These programs follow the usual GNU command line syntax, with long
21 options starting with two dashes (`-').
22
23 -v, --verbose
24 Display every rename done.
25
26 --help Show summary of options.
27
28 --version
29 Output version information and exit.
30
32 Report bugs to <oskar@osk.mine.nu>.
33
35 The author of renameutils and this manual page is Oskar Liljeblad
36 <oskar@osk.mine.nu>.
37
39 Copyright © 2001, 2002, 2004, 2005, 2007, 2008 Oskar Liljeblad
40
41 This is free software; see the source for copying conditions. There is
42 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
43 PURPOSE.
44
45
46
47deurlname (renameutils) December 4, 2007 DEURLNAME(1)