+ script to plot on ggobi
This commit is contained in:
parent
5b3f42d277
commit
799a8f01f3
4 changed files with 71 additions and 3 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue