Sponsored Content
Full Discussion: Delete trailing white space
Top Forums Shell Programming and Scripting Delete trailing white space Post 302326985 by anupam_jash on Friday 19th of June 2009 09:51:27 AM
Old 06-19-2009
you can also use it

perl -pi -e 's/disk0 */disk0/g' filename
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

re: removing trailing space from lines

Not sure why this thread was closed without any explanation, but you can do what you're asking with sed 's/]*$//g' < sourceFile > destFile (1 Reply)
Discussion started by: oombera
1 Replies

2. Shell Programming and Scripting

stripping white space...

Hi All; Having a problem with a file.. the file contains the following data... (a snapshot) 1331F9E9DB7C2BB80EAEDE3A8F043B94,AL7 1DZ,M,50 186FDF93E1303DBA217279EC3671EA91,NG5 1JU,M,24 3783FFAF602015056A8CD21104B1AAAF,CH42 4NQ,M,17 It has 3 columns sepreated by a , the second column... (7 Replies)
Discussion started by: Zak
7 Replies

3. UNIX for Dummies Questions & Answers

SED with White Space

Dear Members, Suppose i have a variable test which stores a string as below: test='John drives+++++++++a+++++car' now i want to use sed on the above variable and replace + with a white space, so that i get echo $test should give me 'john drives a car' Between... (1 Reply)
Discussion started by: sandeep_1105
1 Replies

4. Shell Programming and Scripting

sed + white space

Hi, What sed command (if sed is the right command) can remove ALL white space from my file. I have a csv, except I want to remove all white space between commas and characters. My idea (without testing) sed 's/ //g' Is there a better way? (18 Replies)
Discussion started by: mcclunyboy
18 Replies

5. Shell Programming and Scripting

Delete white space using sed

Hi , I have a file with contents as below group1 = aaaaa, bbbbb, ccccc, aaa group2=aaa, bbbbb, ccccc, aaaaa group3 = bbbbb, aaa, ccccc, aaaaa group4 = bbbbb, aaa,ccccc, aaaaa I want to search for "aaa" and the output should be as below group1 = aaaaa, bbbbb, ccccc group2= bbbbb, ccccc,... (3 Replies)
Discussion started by: anil8103
3 Replies

6. UNIX for Dummies Questions & Answers

filename with white space

our user creates a text file with a white space on the filename. this same file is transfered to unix via automation tool. i have a korn shell script that reads these files on a input directory and connects to oracle database to run the oracle procedures which will load the data from each of the... (2 Replies)
Discussion started by: wtolentino
2 Replies

7. Shell Programming and Scripting

Remove trailing space

Hi I am trying to remove trailing space from a string. value=${value%% } It is not working. What might be the issue with the above snippet. (7 Replies)
Discussion started by: munna_dude
7 Replies

8. Shell Programming and Scripting

Replacing trailing space with single quote

Platform : RHEL 5.8 I want to end each line of this file with a single quote. $ cat hello.txt blueskies minnie mickey gravity snoopyAt VI editor's command mode, I have used the following command to replace the last character with a single quote. ~ ~ ~ :%s/$/'/gNow, the lines in the... (10 Replies)
Discussion started by: John K
10 Replies

9. Shell Programming and Scripting

Add white space

hi guys how can i add spacein file name with sed if strings have no space around dash input 19-20 ( 18-19 ) ABC-EFG output after add white space 19 - 20 (18 - 19 ) ABC - EFG thx in advance (2 Replies)
Discussion started by: mhs
2 Replies

10. Shell Programming and Scripting

Remove trailing space in Gawk

Hi, I have simply made a shell script to convert *.csv to *.xml file. Xml file is required for input to one tool. But i am getting space after last field. How can i remove it. Shell script is as follows :- if then echo "" echo "Wrong syntax, Databse_update.sh... (6 Replies)
Discussion started by: stillrules
6 Replies
XcmsSetWhiteAdjustProc()												  XcmsSetWhiteAdjustProc()

Name
  XcmsSetWhiteAdjustProc - change the white point adjustment procedure in a specified Color Conversion Context.

Synopsis
  XcmsWhiteAdjustProc XcmsSetWhiteAdjustProc(ccc, white_adjust_proc,
  client_data)
	   XcmsCCC ccc;
	   XcmsWhiteAdjustProc white_adjust_proc;
	   XPointer client_data;

Arguments
  ccc	    Specifies the color conversion context.

  client_data
	    Specifies client data for the white point adjustment procedure or NULL.

  white_adjust_proc
	    Specifies the white point adjustment procedure.

Returns
  The previous white point adjust procedure.

Availability
  Release 5 and later.

Description
  XcmsSetWhiteAdjustProc() sets a new white point adjustment procedure and client data in the specified CCC, and returns the old procedure.

  White adustment procedures provided with Xlib and intended for use with XcmsSetWhiteAdjustProc() are:

  o  XcmsCIELabWhiteShiftColors  -  Uses  the  CIELAB  color  space  to shift the chromatic character of colors by the chromatic displacement
     between the initial and target white point.  No client data is necessary.

  o  XcmsCIELuvWhiteShiftColors - Uses the CIELUV color space to shift the chromatic  character  of  colors  by  the  chromatic  displacement
     between the initial and target white point.  No client data is necessary.

  o  XcmsTekHVCWhiteShiftColors  -  Uses  the  TekHVC  color  space  to shift the chromatic character of colors by the chromatic displacement
     between the initial and target white point.  No client data is necessary.

See Also
  XcmsCCCOfColormap(),	XcmsCreateCCC(),  XcmsClientWhitePointOfCCC(),	XcmsConvertColors(),  XcmsDefaultCCC(),  XcmsScreenWhitePointOfCCC(),
  XcmsSetCompressionProc(), XcmsSetWhitePoint().

Xlib - Device-independent Color 											  XcmsSetWhiteAdjustProc()
All times are GMT -4. The time now is 09:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy