> Hello GMX users, > > (this may be more of a tcsh question, but here goes anyway). > > I'm trying to write a script to go through some trajectories and calculate hbonding. It looks like this:
While it is possible to do these things, it's rarely worth going to contortions with "here documents" when programs like Expect (http://expect.nist.gov/) have more fully-featured programming languages to approach things. Perl would also do a much better job at insulating the contents of the loop from the loop construct. If you've got 5 screws to put in, use a screwdriver, but if it's 500, then read the manual for how to use the drill attachment for the task and use it! :-) Mark _______________________________________________ gmx-users mailing list [email protected] http://www.gromacs.org/mailman/listinfo/gmx-users Please don't post (un)subscribe requests to the list. Use the www interface or send it to [EMAIL PROTECTED] Can't post? Read http://www.gromacs.org/mailing_lists/users.php

