![]() |
|
|
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 |
| parsing output from SQL querry | ludvig | Shell Programming and Scripting | 7 | 10-23-2007 06:42 AM |
| parsing output from a diff command... | kam | Shell Programming and Scripting | 5 | 05-30-2007 12:26 AM |
| problem parsing output file | ragha81 | Shell Programming and Scripting | 13 | 03-21-2007 02:06 PM |
| problem parsing process-output | victorin | Shell Programming and Scripting | 3 | 07-25-2006 06:31 AM |
| parsing output from ls command | ajaya | Shell Programming and Scripting | 3 | 05-10-2006 11:22 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
parsing output
I have a file that contains the output of the ls -iR command, something like this:
./results: 2504641011 result_1410 2500957642 result_525 2504641012 result_1425 2500957643 result_540 ./tests/1: 2500788755 1 2500788743 1000 ./tests/2: 2500788759 3 2500788758 999 I need to parse it so that I have the directory in one file and the fnames and inodes in another. How can I do this? Thanks! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|