+ script to plot on ggobi

This commit is contained in:
Caner Candan 2010-08-24 18:40:49 +02:00
commit 799a8f01f3
4 changed files with 71 additions and 3 deletions

View file

@ -62,7 +62,7 @@ doFileSnapshot::doFileSnapshot(std::string dirname,
}
else if (!res && rmFiles)
{
s = std::string("/bin/rm ") + _dirname+ "/" + _filename + "*";
s = std::string("/bin/rm -f ") + _dirname+ "/" + _filename + "*";
}
else
{