You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
0#!/bin/bash
|
|
|
|
while true; do
|
|
sed -e 's/[(,)]//g' postProcessing/forces/0/forces.dat > postProcessing/forces/0/forc1.dat
|
|
sed -e '1,5d' postProcessing/forces/0/forc1.dat > postProcessing/forces/0/forc.dat
|
|
sleep 5
|
|
done &
|
|
gnuplot -p gnuplot.gp
|