![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Report generation | gmahesh2k | Shell Programming and Scripting | 3 | 05-16-2008 03:33 AM |
| report generation | gmahesh2k | UNIX for Dummies Questions & Answers | 2 | 05-16-2008 02:41 AM |
| Generation file copying for tech support backup | sjohnson | UNIX for Dummies Questions & Answers | 12 | 04-04-2008 08:39 AM |
| Oracle Report generation | DILEEP410 | Shell Programming and Scripting | 7 | 01-04-2007 04:52 AM |
| Bar code generation in to the text file and printing the same using lp command. | Manjunath Naik | SUN Solaris | 0 | 05-26-2005 03:50 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
awk- report generation from input file
I have input file with below content:
Person: Name: Firstname1 lastname1 Address: 111, Straat City : Hilversum Person: Name : Fistname2 lastname2 Address: 222, street Cit: Bussum Person: Name : Firstname2 lastname3 Address: 333, station straat City: Amsterdam I need the output file withe the below contents: lastname1 111 Hilversum lastname2 222 Bussum lastname3 333 Amsterdam is it possible, if yes how? Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|