How can I remove a configuration ?

To remove the whole configuration (whatever the CASE):

  • \rm -R $UDIR/CONF $CDIR/WCONF-* $RDIR/CONF

To remove only one configuration (a unique CASE)

  • cd $UDIR/CONF
  • \rm -R CONF-CASE
  • cd $RDIR/CONF
  • \rm -R CONF-CASE
  • cd $CDIR
  • \rm -R WCONF-CASE