12-09-2008
how to converting rows to columns, bash
I have in file these words:
[fraza:/]
@fraza1 = rw
@fraza2 = r
@fraza3 = r
@fraza4 = r
[fraza:/public/info]
@fraza5 = r
@fraza1 = r
@fraza6 = r
@fraza7 = r
@fraza2 = r
@fraza8 = r
@fraza9 = r
...
I would like so that:
[fraza:/],rw,@fraza1
[fraza:/],r,@fraza2
[fraza:/],r,@fraza3
[fraza:/],r,@fraza4
[fraza:/public/info],r,@fraza5
[fraza:/public/info],r,@fraza1
[fraza:/public/info],r,@fraza6
[fraza:/public/info],r,@fraza7
[fraza:/public/info],r,@fraza2
[fraza:/public/info],r,@fraza8
[fraza:/public/info],r,@fraza9
...
How to do this ?
Thx
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi every one;
I have a file with 22 rows and 13 columns which includes floating numbers.
I want to parse the file so that every five columns in the row would be a new record (row). For example, the first line in the old file should be converted into three lines with first two lines contain 5... (6 Replies)
Discussion started by: PHL
6 Replies
2. UNIX for Dummies Questions & Answers
Is there anyway to convert columns into raws using awk? (or any other command line):eek::eek::eek::eek::eek::eek::eek::eek::eek: (1 Reply)
Discussion started by: cosmologist
1 Replies
3. Shell Programming and Scripting
Hi,
I am trying to fetch some values from db and spooling the output to a file.
when i query the db for the values, i get the values in following format.
PC_1 wf_test1 Test
PC_2 wf_test2 Test
PC_3 wf_test3 Test
But my spool file was created in following format.
PC_1
wf_test1
Test... (20 Replies)
Discussion started by: svajhala
20 Replies
4. Shell Programming and Scripting
I have a script which converts rows to columns.
file_name=$1
mailid=$2
#CREATE BACKUP OF ORIGINAL FILE
#cp ${file_name}.xlsx ${file_name}_temp.xlsx
#tr '\t' '|' < ${file_name}_temp.xlsx > ${file_name}_temp.csv
#rm ${file_name}_temp.xlsx
pivot_row=`head -1 ${file_name}`
sed 1d... (3 Replies)
Discussion started by: andy538
3 Replies
5. Shell Programming and Scripting
Hi,
I have a requirement to convert rows into columns. data looks like:
c1,c2,c3,..
r1,r2,r3,..
p1,p2,p3,..
and so on..
output shud be like this:
c1,r1,p1,..
c2,r2,p2,..
c3,r3,p3,..
Thanks in advance, (12 Replies)
Discussion started by: Divya1987
12 Replies
6. Shell Programming and Scripting
Hi Friends,
I have come across some files where some of the columns don not have data.
Key, Data1,Data2,Data3,Data4,Data5
A,5,6,,10,,
A,3,4,,3,,
B,1,,4,5,,
B,2,,3,4,,
If we see the above data on Data5 column do not have any row got filled. So remove only that column(Here Data5) and... (4 Replies)
Discussion started by: ks_reddy
4 Replies
7. UNIX for Dummies Questions & Answers
Hi I'm a UNIX awk and sed novice at best. I'm trying to creat a .csv file so it can be graphed in Excel. Tried various xargs, awk, sed and paste but just can't seem to get the data to line up. Not sure if this is beyond for a question in these forums. Any help would greatly be appreciated.
Have... (4 Replies)
Discussion started by: jimmyf
4 Replies
8. UNIX for Dummies Questions & Answers
Hi All,
I would like to send below output in a tabular column ( xml or excel ) and send a mail.
vinay unix
anil sql
vamsee java
request to suggest a solution. (1 Reply)
Discussion started by: Girish19
1 Replies
9. Shell Programming and Scripting
hi all
I need a help ..I have a script that takes has command and its output is like below..
a b
a v v
a c
I am assigning the above outputs to a variable ..
<variable name> = <command output>
problem here is when I echo the variable ..it gives me output like " a b... (3 Replies)
Discussion started by: shankarb
3 Replies
10. Shell Programming and Scripting
I've spent the past hour trying different things and googling for this solution and cannot find the answer. Found variations of this, but not this exact thing.
I have the following text, which is the output from our mainframe. Each field is on a separate line, with a blank line between each... (7 Replies)
Discussion started by: lupin..the..3rd
7 Replies
LEARN ABOUT PHP
yaf_request_abstract
YAF_REQUEST_ABSTRACT(3) 1 YAF_REQUEST_ABSTRACT(3)
The Yaf_Request_Abstract class
INTRODUCTION
CLASS SYNOPSIS
Yaf_Request_Abstract
Yaf_Request_Abstract
Constants
o const string$Yaf_Request_Abstract::SCHEME_HTTPhttp
o const string$Yaf_Request_Abstract::SCHEME_HTTPShttps
Properties
o public$module
o public$controller
o public$action
o public$method
o protected$params
o protected$language
o protected$_exception
o protected$_base_uri
o protected$uri
o protected$dispatched
o protected$routed
Methods
o public void Yaf_Request_Abstract::getActionName (void )
o public void Yaf_Request_Abstract::getBaseUri (void )
o public void Yaf_Request_Abstract::getControllerName (void )
o public void Yaf_Request_Abstract::getEnv (string $name, [string $default])
o public void Yaf_Request_Abstract::getException (void )
o public void Yaf_Request_Abstract::getLanguage (void )
o public void Yaf_Request_Abstract::getMethod (void )
o public void Yaf_Request_Abstract::getModuleName (void )
o public void Yaf_Request_Abstract::getParam (string $name, [string $default])
o public void Yaf_Request_Abstract::getParams (void )
o public void Yaf_Request_Abstract::getRequestUri (void )
o public void Yaf_Request_Abstract::getServer (string $name, [string $default])
o public void Yaf_Request_Abstract::isCli (void )
o public void Yaf_Request_Abstract::isDispatched (void )
o public void Yaf_Request_Abstract::isGet (void )
o public void Yaf_Request_Abstract::isHead (void )
o public void Yaf_Request_Abstract::isOptions (void )
o public void Yaf_Request_Abstract::isPost (void )
o public void Yaf_Request_Abstract::isPut (void )
o public void Yaf_Request_Abstract::isRouted (void )
o public void Yaf_Request_Abstract::isXmlHttpRequest (void )
o public void Yaf_Request_Abstract::setActionName (string $action)
o public bool Yaf_Request_Abstract::setBaseUri (string $uir)
o public void Yaf_Request_Abstract::setControllerName (string $controller)
o public void Yaf_Request_Abstract::setDispatched (void )
o public void Yaf_Request_Abstract::setModuleName (string $module)
o public void Yaf_Request_Abstract::setParam (string $name, [string $value])
o public void Yaf_Request_Abstract::setRequestUri (string $uir)
o public void Yaf_Request_Abstract::setRouted ([string $flag])
PROPERTIES
o $module
-
o $controller
-
o $action
-
o $method
-
o $params
-
o $language
-
o $_exception
-
o $_base_uri
-
o $uri
-
o $dispatched
-
o $routed
-
PREDEFINED CONSTANTS
o Yaf_Request_Abstract::SCHEME_HTTP -
o Yaf_Request_Abstract::SCHEME_HTTPS -
PHP Documentation Group YAF_REQUEST_ABSTRACT(3)