Sponsored Content
Full Discussion: Row to Column conversion?
Top Forums Shell Programming and Scripting Row to Column conversion? Post 302839867 by sammy777 on Saturday 3rd of August 2013 10:06:02 AM
Old 08-03-2013
Row to Column conversion?

I have a text file with the geneIds separated by space in each line. The number Ids in lines are different.

The file is like:
Code:
 abc qwe tyu ghj jkl dfg sdf
 cvb sdk fgh tyu
 uio iop tyu rty eru wer rty iop
 asd sdf dfg fgh zxc

I want to format the file like:
Code:
 abc
 qwe
 tyu
 ghj
 jkl
 dfg
 sdf

 cvb
 sdk
 fgh
 tyu
 
 uio
 iop
 tyu
 .
 . 
 iop
 
 asd 
 sdf
 .
 . 
 .
 zxc

Any help would be appreciated. Thanks!

Last edited by Scott; 08-03-2013 at 11:16 AM.. Reason: Please use code tags
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Changing the column for a row in a text file and adding another row

Hi, I want to write a shell script which increments a particular column in a row from a text file and then adds another row below the current row with the incremented value . For Eg . if the input file has a row : abc xyz lmn 89 lm nk o p I would like the script to create something like... (9 Replies)
Discussion started by: aYankeeFan
9 Replies

2. Shell Programming and Scripting

column to row conversion with additional pattern

Hi there, I've an input file1 as follows: 1001 1002 1003 1004 1005 I would like to have an output file2 as follows: Numbers are 1001/ 1002/ 1003/ 1004/ 1005/ Any help is appreciated. (2 Replies)
Discussion started by: kbirde
2 Replies

3. Shell Programming and Scripting

Moving data from a specified column/row to another column/row

Hello, I have an input file like the following: 11_3_4 2_1_35 3_15__ _16989 Where '_' is a space. The data is in a table. Is there a way for the program to prompt the user for x1,y1 and x2,y2, where x1,y1 is the desired number (for example x=6 y=4 is a value of 4) and move to a desired spot... (2 Replies)
Discussion started by: jl487
2 Replies

4. Shell Programming and Scripting

Date conversion in row while preserving rest of fields

Hi Forum. I searched the forum for a solution but could not find an exact one to my problem. I have some records in the file where I would like to convert the last date field to another format while preserving the rest of the other fields. For example: Found:... (6 Replies)
Discussion started by: pchang
6 Replies

5. Shell Programming and Scripting

complicated row to rows conversion

I have a file containing rows with the following format. Field1|Field2|Field3|data1:data data2:data data3:"dataA:data dataB:data" data4:data:data (and so on) I need to format the above row into multiple rows that look like this: Field1|Field2|Field3|data1|data ... (2 Replies)
Discussion started by: newreverie
2 Replies

6. Shell Programming and Scripting

Subtracting each row from the first row in a single column file using awk

Hi Friends, I have a single column data like below. 1 2 3 4 5 I need the output like below. 0 1 2 3 4 where each row (including first row) subtracting from first row and the result should print below like the way shown in output file. Thanks Sid (11 Replies)
Discussion started by: ks_reddy
11 Replies

7. UNIX for Dummies Questions & Answers

awk to print first row with forth column and last row with fifth column in each file

file with this content awk 'NR==1 {print $4} && NR==2 {print $5}' file The error is shown with syntax error; what can be done (4 Replies)
Discussion started by: cdfd123
4 Replies

8. UNIX for Dummies Questions & Answers

[Solved] Uneven column to row conversion

Hi Unix Forum, I have a relatively easy question i suppose for which, however, until now i could not find a solution. I am working with a program that will give me an output file similar to the following: A 1 2 3 4 B 1 2 3 4 C 1 (9 Replies)
Discussion started by: Leander
9 Replies

9. Shell Programming and Scripting

Print row on 4th column to all row

Dear All, I have input : SEG901 5173 9005 5740 SEG902 5227 5284 SEG903 5284 5346 SEG904 5346 9010 SEG905 5400 5456 SEG906 5456 5511 SEG907 5511 9011 SEG908 5572 9015 SEG909 5622 9020 SEG910 5678 5739 SEG911 5739 5796 SEG912 5796 9025 ... (3 Replies)
Discussion started by: attila
3 Replies

10. Shell Programming and Scripting

Print first row of column a, last row of column b if column a has the same value

I have a table with this structure: cola colb colc 1 19 lemon 20 31 lemon 32 100 lemon 159 205 cherries 210 500 cherries and need to parse it into this format: cola colb colc 1 100 lemon 159 500 cherries So I need the first row of cola and the last row of colb if colc has the... (3 Replies)
Discussion started by: coppuca
3 Replies
LD(4)							   BSD Kernel Interfaces Manual 						     LD(4)

NAME
ld -- logical disk driver SYNOPSIS
ld* at aac? unit ? ld* at amr? unit ? ld* at ataraid? vendtype ? unit ? ld* at cac? unit ? ld* at icp? unit ? ld* at iop? tid ? ld* at mlx? unit ? ld* at sdmmc? ld* at twa? unit ? ld* at twe? unit ? ld* at virtio? DESCRIPTION
The ld driver provides support for simple block devices, usually presented by a disk array controller. FILES
/dev/ldup block mode disk unit u, partition p /dev/rldup raw mode disk unit u, partition p SEE ALSO
aac(4), amr(4), cac(4), icp(4), intro(4), iop(4), mlx(4), sdmmc(4), twa(4), twe(4), virtio(4) HISTORY
The ld driver first appeared in NetBSD 1.5.3. BUGS
The capacity and geometry of units as accessed through the ld driver may be different than when accessed through some other medium (e.g. SCSI). BSD
November 5, 2011 BSD
All times are GMT -4. The time now is 05:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy