Sponsored Content
Top Forums Shell Programming and Scripting joining 2 lines into single one Post 302247690 by joeyg on Thursday 16th of October 2008 08:32:18 AM
Old 10-16-2008
Hammer & Screwdriver Here is another approach

Code:
> cat file120
1-GH32X, CC, AMR,
Number of Intervals Not Inserted: 1 / 95
1-150KP1, CC, AMR,
Number of Intervals Not Inserted: 1 / 96
1-VWEMR, CC, AMR,
Number of Intervals Not Inserted: 1 / 98
1-15HM1A, CC, AMR,
Number of Intervals Not Inserted: 1 / 99
1-153PIV, CC, AMR,
Number of Intervals Not Inserted: 3 / 99

> sed "s/[0-9]$/&~/" file120 | tr -d "\n" | tr "~" "\n"
1-GH32X, CC, AMR,Number of Intervals Not Inserted: 1 / 95
1-150KP1, CC, AMR,Number of Intervals Not Inserted: 1 / 96
1-VWEMR, CC, AMR,Number of Intervals Not Inserted: 1 / 98
1-15HM1A, CC, AMR,Number of Intervals Not Inserted: 1 / 99
1-153PIV, CC, AMR,Number of Intervals Not Inserted: 3 / 99
>

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Joining lines to single line in VI

Dear friends, In VI, I have these data shown below: Line1 Line2 Line3 Line4 How can I JOIN these line to the first line? When I finished I should have: Line1 Line2 Line3 Line4 is there a text length limit of how long a single line can be in VI? Thank you much! (10 Replies)
Discussion started by: bobo
10 Replies

2. Shell Programming and Scripting

joining two lines

Hi , I want to join two lines in a file, where the second line contain query string. if it doesn't contain that string i don't want to join e.g. Input file is as following: name fame game none none none name fame game cat eat mice I need output file as name fame game none none... (2 Replies)
Discussion started by: ashrafonics
2 Replies

3. Shell Programming and Scripting

Need help joining lines

Hi All, I need the command to join 2 lines into one. I found lots of threads but none give me the sollution. Probably because unix scripting is one of my best features ;) I got a logfile where line 2 needs to be joined with line 1, lines 4 needs to be joined with line 3 etc If you need... (16 Replies)
Discussion started by: rene21976
16 Replies

4. Shell Programming and Scripting

pattern matching lines using the date, and then joining the lines

Hi Guys, Was trying to attempt the below using awk and sed, have no luck so far, so any help would be appreciated. Current Text File: The first line has got an "\n", and the second line has got spaces/tabs then the word and "\n" TIME SERVER/CLIENT TEXT... (6 Replies)
Discussion started by: eo29
6 Replies

5. Shell Programming and Scripting

Joining contents in multiple lines to a single line

I do have a file with contents splited into multiple lines ADSLHLJASHGLJSKAGHJJGAJSLGAHLSGHSAKBV AJHALHALHGLAGLHGBJVFBJVLFDHADAH GFJAGJAGAJFGAKGAKGFAK AJHFAGAKAGAGKAKAKGKAGFGJDGDJJDGJDJDFAG ... ... .... 100's of lines I would like to rearrange the content of this file so it will be a... (1 Reply)
Discussion started by: Lucky Ali
1 Replies

6. Shell Programming and Scripting

Multiple lines in a single column to be merged as a single line for a record

Hi, I have a requirement with, No~Dt~Notes 1~2011/08/1~"aaa bbb ccc ddd eee fff ggg hhh" Single column alone got splitted into multiple lines. I require the output as No~Dt~Notes 1~2011/08/1~"aaa<>bbb<>ccc<>ddd<>eee<>fff<>ggg<>hhh" mean to say those new lines to be... (1 Reply)
Discussion started by: Bhuvaneswari
1 Replies

7. Shell Programming and Scripting

Joining lines in a file - help!

I'm looking for a way to join lines in a file; e.,g consider the following R|This is line 1 R|This is line 2 R|This is line 3 R|This is line 4 R|This is line 5 what i want to end up with is R|This is line 1 R|This is line 2 R|This is line 3 R|This is line 4 R|This is line 5 so... (15 Replies)
Discussion started by: Storms
15 Replies

8. Shell Programming and Scripting

joining multi-line file into single lines

Hi, I have a file like mentioned below..For each specific id starting with > I want to join the sequence in multiple lines to a single line..Is there a simple way in awk or sed to do this >ENST00000558922 cdna:KNOWN TCCAGGATCCAGCCTCCCGATCACCGCGCTAGTCCTCGCCCTGCCTGGGCTTCCCCAGAG... (2 Replies)
Discussion started by: Diya123
2 Replies

9. Shell Programming and Scripting

Joining lines in different way

Hi all, I'm excited to the part of unix.com forum, and noob to it. I have an query, where I have an file and it contains data like this use thread when posting do no I was expecting the result as use thread thread when when posting posting do do no use thread when thread when... (6 Replies)
Discussion started by: Jose Nirmal
6 Replies

10. Shell Programming and Scripting

Joining broken lines and removing empty lines

Hi - I have req to join broken lines and remove empty lines but should NOT be in one line. It has to be as is line by line. The challenge here is there is no end of line/start of line char. thanks in advance Source:- 2003-04-34024|04-10-2003|Claims|Claim|01-13-2003|Air Bag:Driver;... (7 Replies)
Discussion started by: Jackceasar123
7 Replies
XDrawLine(3X11) 						     MIT X11R4							   XDrawLine(3X11)

Name
       XDrawLine, XDrawLines, XDrawSegments, XSegment - draw lines, polygons, and line structure

Syntax
       XDrawLine(display, d, gc, x1, y1, x2, y2)
	  Display *display;
	  Drawable d;
	  GC gc;
	  int x1, y1, x2, y2;

       XDrawLines(display, d, gc, points, npoints, mode)
	  Display *display;
	  Drawable d;
	  GC gc;
	  XPoint *points;
	  int npoints;
	  int mode;

       XDrawSegments(display, d, gc, segments, nsegments)
	  Display *display;
	  Drawable d;
	  GC gc;
	  XSegment *segments;
	  int nsegments;

Arguments
       d	 Specifies the drawable.

       display	 Specifies the connection to the X server.

       gc	 Specifies the GC.

       mode	 Specifies the coordinate mode.  You can pass or

       npoints	 Specifies the number of points in the array.

       nsegments Specifies the number of segments in the array.

       points	 Specifies a pointer to an array of points.

       segments  Specifies a pointer to an array of segments.

       x1
       y1
       x2
       y2	 Specify the points (x1, y1) and (x2, y2) to be connected.

Description
       The function uses the components of the specified GC to draw a line between the specified set of points (x1, y1) and (x2, y2).  It does not
       perform joining at coincident endpoints.  For any given line, does not draw a pixel more than once.  If lines intersect, the intersecting
       pixels are drawn multiple times.

       The function uses the components of the specified GC to draw npoints-1 lines between each pair of points (point[i], point[i+1]) in the
       array of structures.  It draws the lines in the order listed in the array.  The lines join correctly at all intermediate points, and if the
       first and last points coincide, the first and last lines also join correctly.  For any given line, does not draw a pixel more than once.
       If thin (zero line-width) lines intersect, the intersecting pixels are drawn multiple times.  If wide lines intersect, the intersecting
       pixels are drawn only once, as though the entire protocol request were a single, filled shape.  treats all coordinates as relative to the
       origin, and treats all coordinates after the first as relative to the previous point.

       The function draws multiple, unconnected lines.	For each segment, draws a line between (x1, y1) and (x2, y2).  It draws the lines in the
       order listed in the array of structures and does not perform joining at coincident endpoints.  For any given line, does not draw a pixel
       more than once.	If lines intersect, the intersecting pixels are drawn multiple times.

       All three functions use these GC components: function, plane-mask, line-width, line-style, cap-style, fill-style, subwindow-mode, clip-x-
       origin, clip-y-origin, and clip-mask.  The function also uses the join-style GC component.  All three functions also use these GC mode-
       dependent components: foreground, background, tile, stipple, tile-stipple-x-origin, tile-stipple-y-origin, dash-offset, and dash-list.

       and can generate and errors.  can also generate a error.

Structures
       The structure contains:

       typedef struct {
	    short x1, y1, x2, y2;
       } XSegment;

       All x and y members are signed integers.  The width and height members are 16-bit unsigned integers.  You should be careful not to generate
       coordinates and sizes out of the 16-bit ranges, because the protocol only has 16-bit fields for these values.

Diagnostics
       A value for a Drawable argument does not name a defined Window or Pixmap.

       A value for a GContext argument does not name a defined GContext.

       An	 window is used as a Drawable.

       Some argument or pair of arguments has the correct type and range but fails
		 to match in some other way required by the request.

       Some numeric value falls outside the range of values accepted by the request.
		 Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument
		 defined as a set of alternatives can generate this error.

See Also
       XDrawArc(3X11), XDrawPoint(3X11), XDrawRectangle(3X11)
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

																   XDrawLine(3X11)
All times are GMT -4. The time now is 01:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy