2015-03-26 12:05 GMT-06:00 Vitalie Botan <[email protected]>: > Hi all, > > The manual states there is a way to redirect the input commands to > csg_boltzmann either from file with '<' or with pipe 'I', however none of > them worked for me, the either way sends csg_boltzmann in the infinite loop > of input prompt > > > > > Even a simple test > > echo help | csg_boltmann --top topology.xml --cg somemapping.xml --trj > dump.file > > doesn't work for me. Is it a bug or this feature was already removed from > the program? You basically forgot to add a "q" (for quit) as the last command to exit the interactive mode. $ echo -e "help\nq" | csg_boltmann --top topology.xml --cg somemapping.xml --trj should work.
Christoph > > Best, > > Vitalie > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
