Sponsored Content
Top Forums Shell Programming and Scripting Change file content based on data Post 302446177 by rdcwayx on Wednesday 18th of August 2010 03:05:14 AM
Old 08-18-2010
give some samples from your real date for us to easily understand. For example, how to identify there are four records? split by empty lines or other condition?

Such as: ?

Code:
Position 1:10 -> CN0001N -
Position 252:255 -> 0292

Position 1:10 -> CN0001N -
Position 252:255 -> 0292

Position 1:10 -> CN0002N -
Position 252:255 -> 0379

Position 1:10 -> CN0001N -
Position 252:255 -> 0292

 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Need help to change the content for remote located file

Hi All, I have one file that sits on 4 diffrent servers, those servers are diffrent region based and they are authentication protected and that file has a diff port numbers, so when run the script it must ask my login details,region of server and port no for that file once it took from me... (1 Reply)
Discussion started by: tmarjuna
1 Replies

2. Shell Programming and Scripting

How to change a file's content by row?

Greetings. So the question is basically the same as it's in the title. I'd like to write a program that changes a file by rows. So to clarify it. (i know i shouldn't use code,/code here but i would like to separate it) So for example a text file looks like something like this: Happy... (5 Replies)
Discussion started by: buddhist
5 Replies

3. Shell Programming and Scripting

Scan and change file data content problem

Input file >Read_1 XXXXXXXXXXSDFXXXXXDS (condition 1: After the last "X" per line, if the distance is less than or equal to 3 letter, replace those not "X" letter with "X") TREXXXXXXXSDFXXXXXDS (condition 2: Before the first "X" per line, if the distance is less than or equal to 3 letter,... (12 Replies)
Discussion started by: patrick87
12 Replies

4. Shell Programming and Scripting

Execution Problems with scan and change file data content

Input file >Read_1 XXXXXXXXXXSDFXXXXXDS ASDRXXXXXTGAGTXXXXXT TGTGATXXXXXAXXXXGXXA . . Desired output file >Read_1 XXXXXXXXXXXXXXXXXXDS ASDRXXXXXTGAGTXXXXXT TGTGATXXXXXXXXXXXXXA . . (5 Replies)
Discussion started by: patrick87
5 Replies

5. Linux

when SCP, does file content change?

Good day to you all, Just want to check here, i know when scping a file, size might change due to space issue. it might sound silly, but does file content get change too? if so, what kind of situation that might be? (1 Reply)
Discussion started by: ahtat99
1 Replies

6. Shell Programming and Scripting

Split the file based on the content

Arun kumar something somehting Enterting in to the line . . . . Some text text Finshing the sentence Some other text . . . . Again something somehting Enterting in to the line . . . . . . Again text text Finshing the sentence (6 Replies)
Discussion started by: arukuku
6 Replies

7. Shell Programming and Scripting

Help with analysis data based on particular column content

Input file: Total_counts 1306726155 100% Number_of_count_true 855020282 Number_of_count_true_1 160014283 Number_of_count_true_2 44002825 Number_of_count_true_3 18098424 Number_of_count_true_4 24693745 Number_of_count_false 115421870 Number_of_count_true 51048447 Total_number_of_false ... (2 Replies)
Discussion started by: perl_beginner
2 Replies

8. Shell Programming and Scripting

Help with data rearrangement based on share same content

Input file data_2 USA data_2 JAPAN data_3 UK data_4 Brazil data_5 Singapore data_5 Indo data_5 Thailand data_6 China Desired output file data_2 USA/JAPAN data_3 UK data_4 Brazil data_5 Singapore/Indo/Thailand data_6 China I would like to merge all data content that share same... (2 Replies)
Discussion started by: perl_beginner
2 Replies

9. Shell Programming and Scripting

Change a file content format using awk

Hi, i have a file input.txt Continent North America Country USA Capital Washington D.C. Country Canada Capital Ottawa Continent South America Country Argentina Capital Buenos Aires Country Brazil Capital Brasília Coutry Colombia Capital Bogotá and i want to get an output.txt ... (3 Replies)
Discussion started by: fastlane3000
3 Replies

10. Shell Programming and Scripting

Script to change the file content using some conditions

Hello, I would like to change the content of the file that has few blocks starts with 10 and ends with ";" File1.txt 10 bonuses D 20 MATCHED 30 UPD COL 40 (SOL=30) 20 NOT MATCHED 30 INS COL 40 (SOL=30) ; 10 bonuses D 20 MATCHED 30 UPD COL 40... (5 Replies)
Discussion started by: Mannu2525
5 Replies
XtConfigureWidget(3Xt)						     MIT X11R4						    XtConfigureWidget(3Xt)

Name
       XtConfigureWidget, XtMoveWidget, XtResizeWidget - move and resize widgets

Syntax
       void XtConfigureWidget(w, x, y, width, height, border_width)
	  Widget w;
	  Position x;
	  Position y;
	  Dimension width;
	  Dimension height;
	  Dimension border_width;

       void XtMoveWidget(w, x, y)
	  Widget w;
	  Position x;
	  Position y;

       void XtResizeWidget(w, width, height, border_width)
	  Widget w;
	  Dimension width;
	  Dimension height;
	  Dimension border_width;

       void XtResizeWindow(w)
	  Widget w;

Arguments
       width
       height
       border_width
		 Specify the new widget size.

       w	 Specifies the widget.

       x
       y	 Specify the new widget x and y coordinates.

Description
       The function returns immediately if the specified geometry fields are the same as the old values.  Otherwise, writes the new x, y, width,
       height, and border_width values into the widget and, if the widget is realized, makes an Xlib call on the widget's window.

       If either the new width or height is different from its old value, calls the widget's resize procedure to notify it of the size change;
       otherwise, it simply returns.

       The function returns immediately if the specified geometry fields are the same as the old values.  Otherwise, writes the new x and y values
       into the widget and, if the widget is realized, issues an Xlib call on the widget's window.

       The function returns immediately if the specified geometry fields are the same as the old values.  Otherwise, writes the new width, height,
       and border_width values into the widget and, if the widget is realized, issues an call on the widget's window.

       If the new width or height are different from the old values, calls the widget's resize procedure to notify it of the size change.

       The function calls the Xlib function to make the window of the specified widget match its width, height, and border width.  This request is
       done unconditionally because there is no way to tell if these values match the current values.  Note that the widget's resize procedure is
       not called.

       There are very few times to use instead, you should use

See Also
       XtMakeGeometryRequest(3Xt), XtQueryGeometry(3Xt)
       X Window System Toolkit: The Complete Programmer's Guide and Specification, Paul J. Asente and Ralph Swick
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

															    XtConfigureWidget(3Xt)
All times are GMT -4. The time now is 05:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy