![]() |
|
|
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 |
| Adding Multiple Lines to Multiple Files | dayinthelife | Shell Programming and Scripting | 2 | 06-04-2008 12:50 PM |
| need to extract info from log files | kirantalla | AIX | 7 | 08-16-2007 12:33 AM |
| How to find all the log files under the root directory -- Need Info | gkrishnag | UNIX for Advanced & Expert Users | 2 | 09-06-2006 04:38 AM |
| Searching multiple files with multiple expressions | Anahka | Shell Programming and Scripting | 6 | 01-07-2004 06:24 PM |
| rewrite the same info in 3 different files | strok | Shell Programming and Scripting | 6 | 03-29-2003 01:50 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How can I get multiple info from different files
HI,
Supose I have these 2 files: file1.txt Name: John Age:28 DateOfBirth:21/12/2004 file2.txt Name: Thomas Age:30 DateOfBirth:11/1/2003 I need to retrieve into a single file the "Name" and "DateOfBirth" from the 2 files, so the result looks like this: file3.txt John:21/12/2004 Thomas:11/1/2003 Regards Elio |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|