Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

deurlname(1) [debian man page]

DEURLNAME(1)						      General Commands Manual						      DEURLNAME(1)

NAME
deurlname - Remove URL-encoded characters from file names. SYNOPSIS
deurlname [OPTION]... [FILE]... DESCRIPTION
This manual page document describes the deurlname command. deurlname will rename every file specified on the command line that has URL-encoded characters in its name. The URL-encoded characters will be translated into the corresponding byte values. That is, %20 will become space, %41 A and so on. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). -v, --verbose Display every rename done. --help Show summary of options. --version Output version information and exit. REPORTING BUGS
Report bugs to <oskar@osk.mine.nu>. AUTHOR
The author of renameutils and this manual page is Oskar Liljeblad <oskar@osk.mine.nu>. COPYRIGHT
Copyright (C) 2001, 2002, 2004, 2005, 2007, 2008 Oskar Liljeblad This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. deurlname (renameutils) December 4, 2007 DEURLNAME(1)

Check Out this Related Man Page

MICRODC(1)						      General Commands Manual							MICRODC(1)

NAME
microdc - A command-line based Direct Connect client SYNOPSIS
microdc [OPTION]... DESCRIPTION
microdc is a command-line based Direct Connect client that uses the GNU Readline library for user interaction. It was developed from ground up and does not depend on any other program. Despite the command-line user interface, microdc was designed to be user friendly and simple to use. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`--'). -c, --config=FILE Read configuration script from FILE rather than ~/.microdc/config. -n, --no-config Do not read config file on startup. --help Show summary of options. --version Output version information and exit. --filelist_refresh_interval=NUMBER Local filelist refresh interval (in seconds). If set to zero, program runs in a special slave mode: it never updates the file list, just checks every minute if the filelist changes, and if so - reads it. This is pretty useful if you connect to several hubs and use same filelist. FILES
The following files are used by microdc (~ represents the current user's home directory): ~/.microdc/config This file is loaded on startup. It contains commands, one per line, that will be executed on startup. You can override loading of this file with --config and --no-config. ~/.microdc/history This is the command history file. It contains a list of commands that were typed and executed from the microdc prompt. It can safely be removed. REPORTING BUGS
Report bugs to <oskar@osk.mine.nu>. AUTHOR
The author of microdc and this manual page is Oskar Liljeblad <oskar@osk.mine.nu>. COPYRIGHT
Copyright (C) 2004, 2005 Oskar Liljeblad This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. microdc September 17, 2005 MICRODC(1)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Rename a multiple files

I have multiple files in folder which i want to rename. hence I am using the below command in my script by I get an error: export XXX_LOG_DIR="${LOG_DIR}/${XXX_HOST}/xxx/${REPORT_DATE}" mv $XXX_LOG_DIR/*.audit.gz $XXX_LOG_DIR/*.audit.log.gz But I get the below error: mv: target... (5 Replies)
Discussion started by: karan8810
5 Replies

2. Shell Programming and Scripting

File Parsing

Hi Gurus, i have files like this and i want to rename it. server1_0_Log0000597500 server1_0_Log0000597501 server1_0_Log0000597502 server1_0_Log0000597503 server1_0_Log0000597504 server1_0_Log0000597505 server1_0_Log0000597506 server1_0_Log0000597507 server1_0_Log0000597508... (7 Replies)
Discussion started by: fedora132010
7 Replies

3. Shell Programming and Scripting

Rename files to match file list pattern

Hi All, I have 100 folders with the first delimiter has a unique name i.e (123_hello and 575_hello) and each folder have atlist 1000 plus files with naming convention i.e (575_hello_1.iso ... 575_hello_1000.iso). 575_hello/575_hello_1.iso 575_hello/575_hello_2.iso 575_hello/575_hello_3.iso... (8 Replies)
Discussion started by: lxdorney
8 Replies

4. Shell Programming and Scripting

Mv all files with different extensions to a new name

Hello all! I want to move several files foo.aux foo.log foo.pdf foo.tex to bar_foo.aux bar_foo.pdf bar_foo.tex I am on tcsh % mv foo.* bar_!#:1 is not working. Thank you for your help marek (11 Replies)
Discussion started by: marek
11 Replies

5. UNIX for Beginners Questions & Answers

Renaming the file names in a directory

Hi, I have about 60 files in a directory and need to rename those files. For example the file names are i_can_phone_yymmdd.txt (where yymmdd is the date. i.e 170420 etc) i_usa_phone_1_yymmdd.txt i_eng_phone_4_yymmdd.txt The new file names should be phone.txt phone_1.txt phone_4.txt I am... (4 Replies)
Discussion started by: naveed
4 Replies

6. Shell Programming and Scripting

Linux rename with regular expression

Hello, I have the following filenames Instruments_20171004.csv_11-03-2017_20:01:06.gz Instruments_20171030.csv.gz Orders_0024_20171103.csv_11-03-2017_20:01:05.gz I like to change the filenames as: Instruments_20171004.csv_11-03-2017_20-01-06.gz Instruments_20171030.csv.gz... (6 Replies)
Discussion started by: bobbygsk
6 Replies