![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Formatting Output | dhanamurthy | Shell Programming and Scripting | 6 | 05-02-2008 12:43 PM |
| Formatting bdf output | Cameron | Shell Programming and Scripting | 5 | 04-09-2008 10:05 AM |
| formatting output | balaji_prk | Shell Programming and Scripting | 4 | 09-15-2007 10:23 AM |
| Formatting output | illur81 | Shell Programming and Scripting | 3 | 10-13-2005 10:24 AM |
| Formatting the output | Cameron | Shell Programming and Scripting | 7 | 02-15-2002 10:30 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Question about formatting the output
I need to ask a question on how to format the output in a csv format. Right now i am running a shell script which executes a command and the following output is append through a unix script in a .csv file. So the output of xyz.csv is as follow :- Code:
1. Number = 25 Amount $84,132.22 2. Number = 26 Amount $1.02 3. Number = 92 Amount $0.00 4. Number = 85 Amount $24,618.59 . . . Now if i view it in excel the output is all messed up. The headers are printed in one column and the values are also printed in one column except for decimal values which are printed in the second column. How can i make it allign perfectly to view it in the CSV file which is formatted? Last edited by chris1234; 07-06-2008 at 07:51 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|