File converstion to output


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting File converstion to output
# 1  
Old 02-07-2012
File converstion to output

Hi,

I need help converting this file to output of Pliant SSD's, report link and temp for the output can someone show mw how that would be written.
Thnks

Walnutpony Example data below:

HDD MANUFACTURER PRODUCT CAPACITY PATHS FW REV LINK RATE TEMP SAS ADDRESS DEVICE PATH SERIAL NUMBER
____________________________________________________________________________________________________ ____________________________________________________________________________
SSD 0 Pliant LB1606R 1600 GB 2 T390 6 Gb/S 30 C 5001e8200135a218 /dev/rdsk/c13t5001E8200135A21Bd0s2 20292120
SSD 1 Pliant LB1606R 1600 GB 2 T390 6 Gb/S 36 C 5001e8200135a198 /dev/rdsk/c13t5001E8200135A19Bd0s2 20291992
SSD 2 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595911e3 /dev/rdsk/c0t50015179595911E3d0s2 CVPR122600D0600FGN
SSD 3 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595b6b4b /dev/rdsk/c0t50015179595B6B4Bd0s2 CVPR12610235600FGN
SSD 4 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595b6f63 /dev/rdsk/c0t50015179595B6F63d0s2 CVPR126102X7600FGN
SSD 5 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595ad80b /dev/rdsk/c0t50015179595AD80Bd0s2 CVPR1253012V600FGN
SSD 6 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595ad805 /dev/rdsk/c0t50015179595AD805d0s2 CVPR1253012P600FGN
SSD 7 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595911e5 /dev/rdsk/c0t50015179595911E5d0s2 CVPR122600D1600FGN
SSD 8 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595ad82f /dev/rdsk/c0t50015179595AD82Fd0s2 CVPR1253013X600FGN
SSD 9 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595b6f99 /dev/rdsk/c0t50015179595B6F99d0s2 CVPR126102YT600FGN
SSD 10 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595ad847 /dev/rdsk/c0t50015179595AD847d0s2 CVPR1253014M600FGN
SSD 11 ATA INTEL SSDSA2CW60 512 GB 2 0362 6 Gb/S N/A 50015179595ad845 /dev/rdsk/c0t50015179595AD845d0s2 CVPR1253014K600FGN

---------- Post updated at 11:09 AM ---------- Previous update was at 11:08 AM ----------

This also needs to include date/time in coulmn 1


Thnks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell script (sh file) logic to compare contents of one file with another file and output to file

Shell script logic Hi I have 2 input files like with file 1 content as (file1) "BRGTEST-242" a.txt "BRGTEST-240" a.txt "BRGTEST-219" e.txt File 2 contents as fle(2) "BRGTEST-244" a.txt "BRGTEST-244" b.txt "BRGTEST-231" c.txt "BRGTEST-231" d.txt "BRGTEST-221" e.txt I want to get... (22 Replies)
Discussion started by: pottic
22 Replies

2. Shell Programming and Scripting

Getting output from a file similar to cat output

I have a file # cat /root/llll 11 22 33 44 When I cat this file content to a variable inside a shell script and echo that shell script, it does not show up as separate lines. I need echo output similar to cat. cat /root/shell_script.sh #!/bin/bash var=`cat /root/llll` echo $var (2 Replies)
Discussion started by: anil510
2 Replies

3. Shell Programming and Scripting

Redirect script output to a file and mail the output

Hi Guys, I want to redirect the output of 3 scripts to a file and then mail the output of those three scripts. I used below but it is not working: OFILE=/home/home1/report1 echo "report1 details" > $OFILE =/home/home1/1.sh > $OFILE echo... (7 Replies)
Discussion started by: Vivekit82
7 Replies

4. Shell Programming and Scripting

How to grep the desired output and output to a file?

currently I have process from a raw file to this stage ALTER TABLE "EXCEL_ADMIN"."TC_TXN_VOID" ADD CONSTRAINT "PK_TC_TXN_VOID" PRIMARY KEY ("TC_TXN_IID") ALTER TABLE "EXCEL_ADMIN"."TC_TXN_AMT" ADD CONSTRAINT "PK_TC_TXN_AMT" PRIMARY KEY ("TC_TXN_AMT_IID") ALTER TABLE... (10 Replies)
Discussion started by: jediwannabe
10 Replies

5. Red Hat

Command understanding the output file destination in case of standard output!!!!!

I ran the following command. cat abc.c > abc.c I got message the following message from command cat: cat: abc.c : input file is same as the output file How the command came to know of the destination file name as the command is sending output to standard file. (3 Replies)
Discussion started by: ravisingh
3 Replies

6. Shell Programming and Scripting

Displaying log file pattern output in tabular form output

Hi All, I have result log file which looks like this (below): from the content need to consolidate the result and put it in tabular form 1). Intercomponents Checking Passed: All Server are passed. ====================================================================== 2). OS version Checking... (9 Replies)
Discussion started by: Optimus81
9 Replies

7. Shell Programming and Scripting

script to mail monitoring output if required or redirect output to log file

Below script perfectly works, giving below mail output. BUT, I want to make the script mail only if there are any D-Defined/T-Transition/B-Broken State WPARs and also to copy the output generated during monitoring to a temporary log file, which gets cleaned up every week. Need suggestions. ... (4 Replies)
Discussion started by: aix_admin_007
4 Replies

8. Shell Programming and Scripting

Match list of strings in File A and compare with File B, C and write to a output file in CSV format

Hi Friends, I'm a great fan of this forum... it has helped me tone my skills in shell scripting. I have a challenge here, which I'm sure you guys would help me in achieving... File A has a list of job ids and I need to compare this with the File B (*.log) and File C (extend *.log) and copy... (6 Replies)
Discussion started by: asnandhakumar
6 Replies

9. Shell Programming and Scripting

Awk script to run a sql and print the output to an output file

Hi All, I have around 900 Select Sql's which I would like to run in an awk script and print the output of those sql's in an txt file. Can you anyone pls let me know how do I do it and execute the awk script? Thanks. (4 Replies)
Discussion started by: adept
4 Replies

10. Shell Programming and Scripting

Dynamic output file generation using a input text file with predefined output format

Hi, I have two files , one file with data file with attributes that need to be sent to another file to generate a predefined format. Example: File.txt AP|{SSHA}VEEg42CNCghUnGhCVg== APVG3|{SSHA}XK|"password" AP3|{SSHA}XK|"This is test" .... etc --------- test.sh has... (1 Reply)
Discussion started by: hudson03051nh
1 Replies
Login or Register to Ask a Question