![]() |
|
|
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 |
| Text Parser | karthikn7974 | Shell Programming and Scripting | 8 | 04-22-2008 05:16 AM |
| Perl XML:Parser help | vincaStar | Shell Programming and Scripting | 0 | 03-31-2008 01:01 AM |
| xml parser in perl | zedex | Shell Programming and Scripting | 1 | 03-29-2008 11:37 AM |
| Need help on installing an EASY to use and easy to install command line text editor | EugeneG | UNIX for Dummies Questions & Answers | 4 | 07-16-2007 12:53 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Help with an (easy) parser
Hello, i'm workig with a file with structural information about biological macromolecules (proteins etc).
In a certain file, the info is structured like this @<TRIPOS>MOLECULE blah 1 blah 2 blah 3 @<TRIPOS>MOLECULE foo 1 foo 2 foo 3 @<TRIPOS>MOLECULE mmm 1 mmm 2 mmm 3 I would like to slipt the info in a file for each @<TRIPOS>MOLECULE entry File 1: @<TRIPOS>MOLECULE blah 1 blah 2 blah 3 File 2: @<TRIPOS>MOLECULE foo 1 foo 2 foo 3 etc etc How could be the best way to implement this parser?. Could anybody show me an example with something similar, please, to write my own parser? Thank you in advanced!!! best regards. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|