On Fri, 30 Jun 2006, Arneh Babakhani wrote:
> 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:
>
> #!/bin/tcsh
> foreach number (1 2 3 4 5 6 7 8 9 10 11
> 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" wh
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:
#!/bin/tcsh
foreach number (1 2 3 4 5 6 7 8 9 10 11)
g_hbond -f ../../FullMD/FullMD$number.trr -s
../..
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:
#!/bin/tcsh
foreach number (1 2 3 4 5 6 7 8 9 10 11)
g_hbond -f ../../FullMD/FullMD$number.trr -s
..
4 matches
Mail list logo