Sponsored Content
Full Discussion: replace %20 with space
Top Forums UNIX for Dummies Questions & Answers replace %20 with space Post 302551588 by umapearl on Wednesday 31st of August 2011 03:31:23 AM
Old 08-31-2011
replace %20 with space

Hi,

I need torename filenames with %20 to space in a batch wise.Can anyone help me please. Need it badly

Eg.
Code:
English%20Brochure%20002-1[1]

to be replace to
Code:
English Brochure 002-1[1]

Thanks a lot

Moderator's Comments:
Mod Comment Please use [code] and [/code] tags when posting code, data or logs etc. to preserve formatting and enhance readability, thanks. See PM!

Last edited by zaxxon; 08-31-2011 at 05:06 AM.. Reason: code tags
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Replace , (comma) with space

Hi, what is the better way to replace the , (comma) with a space char? Example:STRING=dir1,dir2,dir3 toSTRING=dir1 dir2 dir3 And.. how to find if in the string there is a comma? Thanks :) (6 Replies)
Discussion started by: mbarberis
6 Replies

2. Shell Programming and Scripting

replace space by _

Hi I need to know how I change the spaces by _ in folders and filder founded by find ex. find . -name "* *" -exec echo {} \; ./test space ./test space/new file.txt ./test space/new file ./test space/untitled folder ./test space/untitled folder/new fileruben ./Backup/backup/Image... (6 Replies)
Discussion started by: ruben.rodrigues
6 Replies

3. Shell Programming and Scripting

Replace space

Hai masters, If a file contains content of 2000 lines, from which i need to remove the first n characters or first n spaces from each line of the file. If suppose to remove n characters or first n spaces from a single line means, just use the command nx. But from the above scenario,... (9 Replies)
Discussion started by: ecearund
9 Replies

4. Shell Programming and Scripting

Replace long space to become one space?

Hi, i have the log attached. Actually i want the long space just become 1 space left like this : Rgds, (12 Replies)
Discussion started by: justbow
12 Replies

5. Shell Programming and Scripting

Replace every other space

I'd like a sed command to replace every other space in my file. File: 0 1 0 3 0 2 0 5 Want: 01 03 02 05 Does anyone have any ideas? (9 Replies)
Discussion started by: peanuts48
9 Replies

6. UNIX for Dummies Questions & Answers

Replace slash / with space

Hello there everyone. would like to ask for help if i wish to replace a slash / with space using sed. Original: T/T Result: T T hope someone could help me up, thanks Charles (4 Replies)
Discussion started by: seiksoon
4 Replies

7. Shell Programming and Scripting

replace space for enter

i have to print in a html file directories like this /home/user /home/user/dir but the problem is that when i us this comand listado=`find $direcreal -type f -print` i get this /home/user /home/user/dir1 i try with sed to replace the space with an enter mostrarlistado=`echo "$listado"... (9 Replies)
Discussion started by: pc03
9 Replies

8. Programming

Replace one space with nothing

hi, d o g e v o l i want a perl command for the above string which should change to the below dog evol replace one space with nothing and two spaces with one space. Thanks, Amey (3 Replies)
Discussion started by: ameyrk
3 Replies

9. Shell Programming and Scripting

replace space with the help of sed

Hi, i have below string - mynameis arpit i want output like below - mynameis\ arpit that i am getting from below - temp='mynameis arpit' echo $temp|sed 's//\\ /g' --> mynameis\ arpit now i am doing - (2 Replies)
Discussion started by: thearpit
2 Replies

10. UNIX for Dummies Questions & Answers

How to replace text with space in vi?

Hi, In the vi editor, I could do a search and replace: :%s/work/play/g but how do I do this for a string/text with space? like if I want to replace all text of "come here" with text "go there"? I've tried with quotes, double quotes, back slash, none of them worked. thanks!... (1 Reply)
Discussion started by: seafan
1 Replies
DEBCONF-GETLANG(1)						      Debconf							DEBCONF-GETLANG(1)

NAME
       debconf-getlang - extract a language from a templates file

SYNOPSIS
	debconf-getlang lang master [translation]
	debconf-getlang --stats master translation [...]

DESCRIPTION
       Note: This utility is deprecated; you should switch to using the po-debconf package.

       This program helps make and manage translations of debconf templates.  There are basically three situations in which this program might be
       called:

       A translation is just being started.
	   You want to provide the translator with a file they can work on that has the English fields from your templates file, plus blank Field-
	   ll fields for the target language that they can fill in.

	   To do this, run the program with first parameter being the code for the language that is being translated to, and the second parameter
	   being the filename of the English templates file.

       A translation is well under way.
	   You have changed some English text, or added more items to your templates file, and you want to send the translators a file with the
	   English text plus their current translations (or you are the translator, and you want to generate such a file for your own use).

	   To accomplish this, run the program with the first parameter being the the code for the language that is being translated to, the
	   second parameter being the filename of the master English templates file, and the third parameter being the filename of the current
	   translated file.

	   When run this way, the program is smart enough to notice fuzzy translations. For example a fuzzy Description will be output as
	   Description-<lang>-fuzzy, and a new, blank Description-<lang> will be added.  Translators should remove the -fuzzy fields as they
	   correct the fuzzy translations.

       Checking the status of a translation
	   To check the status of a translation, use the --status flag, and pass the english template file as the first parameter, and all the
	   other translated templates after that. It will output statistics for each of them. For example:

	     debconf-getlang --stats debian/templates debian/templates.*

NOTE
       Note that the text in the generated templates may be word-wrapped by debconf.

SEE ALSO
       debconf-mergetemplate(1)

AUTHOR
       Joey Hess <joeyh@debian.org>

								    2012-09-10							DEBCONF-GETLANG(1)
All times are GMT -4. The time now is 05:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy