Skip to content
Snippets Groups Projects
Anton Karneyeu's avatar
Anton Karneyeu authored
The code is taken from pcdmfs01 machine:

  ssh daq@pcdmfs01 'cd /online/soft && tar zcf - date' | tar zx
  cd date
  rm -rf include lib eventDumpAllNew
  find -type d -name Linux | xargs rm -rf
  find -name '*~' | xargs rm
41444d94
History
Name Last commit Last update