Sponsored Content
Top Forums Shell Programming and Scripting Replace multiple blanks within double quotes Post 302214576 by jgrogan on Monday 14th of July 2008 09:54:08 AM
Old 07-14-2008
Replace multiple blanks within double quotes

Thanks all for your responses. I will try these in a real-world scenario and report back.

Many thanks for your help

JG
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To Replace comma with Pipe inside double quotes

Hi, I have a requirement to replace the comma's inside the double quotes. The comma's inside the double quotes will get changed dynamically. Input Record: "Washington, DC,Prabhu,aju",New York Output Record: "Washington| DC|Prabhu|aju",New York I tried with the below command but it... (3 Replies)
Discussion started by: prabhutkl
3 Replies

2. Shell Programming and Scripting

Multiple double quotes

hi Need to run below command on remote server: cmd -a "1 2" -b 3 If i run below, there's clash matching double quotes and fail. ssh $server "cmd -a "1 2" -b 3" I have few ideas which worked (like keeping the entire cmd in a file and copy it to remote server and then run that file)... (1 Reply)
Discussion started by: reddyr
1 Replies

3. UNIX for Dummies Questions & Answers

How to replace double quotes in to ascii value?

Hi, I am getting the data from text file and it contains comma and double quootes. Eg: text file like this: Travelling up Cattai Ridge Rd, going through the "S" bends at the top. Felt a "pull" and pain in groin area, on right side after lifting at work. Repeat "twisting" while working manual... (4 Replies)
Discussion started by: rajesh4851
4 Replies

4. Shell Programming and Scripting

Replace double double quotes using AWK/SED

Hi, I have data as "01/22/97-"aaaaaaaaaaaaaaaaa""aaa""aabbbbbbbbcccccc""zbcd""dddddddddeeeeeeeeefffffff" I want to remove only the Consequitive double quotes and not the one which occurs single. My O/P must be ... (2 Replies)
Discussion started by: Bhuvaneswari
2 Replies

5. Shell Programming and Scripting

How to replace spaces excluding those within double quotes and after backslash?

In bash or perl, I would like to know how to substitute a null character (0x00) for every white space without changing the white spaces inside the block of double quotes and the white space immediately following a backslash. Suppose that sample.txt consists of the following line. "b 1" c\ 2 ... (2 Replies)
Discussion started by: LessNux
2 Replies

6. Shell Programming and Scripting

Replace newline character between a double quotes to a space

Hi Guys, I have a file with content as below aj.txt "Iam allfine" abcdef abcd "all is not well" What I'm trying to say is my data has some new line characters in between quoted text. I must get ride of the newline character that comes in between the quoted text. output must be:... (8 Replies)
Discussion started by: ajahuja
8 Replies

7. Shell Programming and Scripting

Replace double quotes with a single quote within a double quoted string

Hi Froum. I have tried in vain to find a solution for this problem - I'm trying to replace any double quotes within a quoted string with a single quote, leaving everything else as is. I have the following data: Before: ... (32 Replies)
Discussion started by: pchang
32 Replies

8. Shell Programming and Scripting

awk to find and replace Double quotes between pipes

Hello, Need a AWK command to find and replace Double Quotes in Pipe delimited files Actully its a CSV file converted to Pipe but the double quotes still exists. So i want to Get rid of them. Example Input 1|2|3|sadsad|"Abc Efg 3"""|dada Output 1|2|3|sadsad|Abc Efg 3"|dada Thanks... (5 Replies)
Discussion started by: krux_rap
5 Replies

9. Shell Programming and Scripting

Replace Double quotes within double quotes in a column with space while loading a CSV file

Hi All, I'm unable to load the data using sql loader where there are double quotes within the double quotes As these are optionally enclosed by double quotes. Sample Data : "221100",138.00,"D","0019/1477","44012075","49938","49938/15043000","Television - 22" Refurbished - Airwave","Supply... (6 Replies)
Discussion started by: mlavanya
6 Replies

10. UNIX for Beginners Questions & Answers

sed command to replace consecutive double quotes

I need to replace consecutive double quotes in a csv file, the data in the file is enclosed in double quotes but there are some places where the quotes are repeating Example is below Incoming data is : "Pacific Region"|"PNG"|"Jimmy""|""| Need output as: "Pacific... (10 Replies)
Discussion started by: abhilashnair
10 Replies
MEGAGLEST(6)							       Games							      MEGAGLEST(6)

NAME
megaglest - 3D multi-player real time strategy game DESCRIPTION
megaglest, usage Commandline Parameter: Description: ---------------------- ------------ --help displays this help text. --autostart-lastgame Automatically starts a game with the last game settings you played. --connecthost=x Auto connect to host server at IP or hostname x --starthost Auto create a host server. --headless-server-mode=x,x Run as a headless server. Where x is an optional comma delimited command list of one or more of the following: exit - which quits the application after a game has no more connected players. vps - which does NOT read commands from the local console (for some vps's). --use-ports=x,y Force hosted games to listen internally on port x, externally on port y. Where x is the internal port # on the local machine to listen for connects y is the external port # on the router/proxy to forward connection from to the internal port # *NOTE: If enabled the FTP Server port #'s will be set to x+1 to x+9 --load-scenario=x Auto load a scenario by scenario name. --load-mod=x Auto load a mod by mod pathname. --preview-map=x Auto Preview a map by map name. --version displays the version string of this pro- gram. --opengl-info displays your video driver's OpenGL info. --sdl-info displays your SDL version information. --lua-info displays your LUA version information. --curl-info displays your CURL version information. --validate-techtrees=x=purgeunused=purgeduplicates=svndelete=hideduplicates display a report detailing any known problems related to your selected techtrees game data. Where x is a comma-delimited list of techtrees to validate. Where purgeunused is an optional parameter telling the validation to delete extra files in the techtree that are not used. Where purgeduplicates is an optional parameter telling the validation to merge duplicate files in the techtree. Where svndelete is an optional parameter telling the validation to call svn delete on duplicate / unused files in the techtree. Where hideduplicates is an optional parameter telling the validation to NOT SHOW duplicate files in the techtree. *NOTE: This only applies when files are purged due to the above flags being set. example: megaglest --validate-techtrees=megapack,vbros_pack_5 --validate-factions=x=purgeunused=purgeduplicates=hideduplicates display a report detailing any known problems related to your selected factions game data. Where x is a comma-delimited list of factions to validate. Where purgeunused is an optional parameter telling the validation to delete extra files in the faction that are not used. Where purgeduplicates is an optional parameter telling the validation to merge duplicate files in the faction. Where hideduplicates is an optional parameter telling the validation to NOT SHOW duplicate files in the techtree. *NOTE: leaving the list empty is the same as running: --validate-techtrees example: megaglest --validate-factions=tech,egypt --validate-scenario=x=purgeunused=svndelete display a report detailing any known problems related to your selected scenario game data. Where x is a single scenario to vali- date. Where purgeunused is an optional parameter telling the validation to delete extra files in the scenario that are not used. example: megaglest --validate-scenario=stranded --data-path=x Sets the game data path to x example: megaglest --data-path=/usr/local/game_data/ --ini-path=x Sets the game ini path to x example megaglest --ini-path=~/game_config/ --log-path=x Sets the game logs path to x example: megaglest --log-path=~/game_logs/ --show-ini-settings=x display merged ini settings information. Where x is an optional property name to filter (default shows all). example: megaglest --show-ini-settings=DebugMode --convert-models=x=textureformat=keepsmallest Convert a model file or folder to the current g3d version format. Where x is a filename or folder containing the g3d model(s). Where textureformat is an optional supported texture format to convert to (tga,bmp,jpg,png). Where keepsmallest is an optional flag indicating to keep original texture if its filesize is smaller than the converted format. example: megaglest --convert-models=techs/megapack/factions/tech/units/castle/models/castle.g3d=png=keepsmallest --use-language=x force the language to be the language specified by x. Where x is a language filename or ISO639-1 code. example: megaglest --use-language=english example: megaglest --use-language=en --show-map-crc=x show the calculated CRC for the map named x. Where x is a map name. example: megaglest --show-map-crc=four_rivers --show-tileset-crc=x show the calculated CRC for the tileset named x. Where x is a tileset name. example: megaglest --show-tileset-crc=forest --show-techtree-crc=x show the calculated CRC for the techtree named x. Where x is a techtree name. example: megaglest --show-techtree-crc=megapack --show-scenario-crc=x show the calculated CRC for the scenario named x. Where x is a scenario name. example: megaglest --show-scenario-crc=storming --show-path-crc=x=y Show the calculated CRC for files in the path located in x using file filter y. Where x is a path name. and y is file(s) filter. example: megaglest --show-path-crc=techs/=megapack.7z --disable-backtrace disables stack backtrace on errors. --disable-sigsegv-handler disables the sigsegv error handler. --disable-vbo disables trying to use Vertex Buffer Objects. --disable-sound disables the sound system. --enable-legacyfonts enables using the legacy font system. --force-ftglfonts forces use of the FTGL font system. --resolution=x override the video resolution. Where x is a string with the following format: widthxheight example: megaglest --resolution=1024x768 --colorbits=x override the video colorbits. Where x is a valid colorbits value supported by your video driver example: megaglest --colorbits=32 --depthbits=x override the video depthbits. Where x is a valid depthbits value supported by your video driver example: megaglest --depthbits=24 --fullscreen=x override the video fullscreen mode. Where x either true or false example: megaglest --fullscreen=true --use-font=x override the font to use. Where x is the path and name of a font file supported by freetype2. example: megaglest --use-font=$APPLICATIONDATAPATH/data/core/fonts/Vera.ttf --font-basesize=x override the font base size. Where x is the numeric base font size to use. example: megaglest --font-basesize=5 --verbose displays verbose information in the console. Compiled using: GNUC: 40702 [64bit] on: Oct 21 2012 14:31:49 SVN: [Rev: ] - using STREFLOP megaglest v3.6.0.3 October 2012 MEGAGLEST(6)
All times are GMT -4. The time now is 11:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy