Hoffman2:Scripts:clean up.sh

From Center for Cognitive Neuroscience
Revision as of 22:20, 19 May 2025 by Hwang (talk | contribs) (Created page with "This script is used to clean up certain FSL processing files. 1. tsplot 2. feat folders (+.feat) 3. FSL stdout and stderr files (such as *.e28678.8, *.o4436) 4. files end with .con .grp .Icon .mat Load the module first module load ccnscripts For clean up feat folders, clean_up.sh -f PATH/TO/FOLDER For .o and .e files clean_up.sh -o PATH/TO/FOLDER For tsplot clean_up.sh -t PATH/TO/FOLDER")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This script is used to clean up certain FSL processing files.

1. tsplot
2. feat folders (+.feat)
3. FSL stdout and stderr files (such as *.e28678.8, *.o4436)
4. files end with .con .grp .Icon .mat


Load the module first

module load ccnscripts


For clean up feat folders,

clean_up.sh -f PATH/TO/FOLDER


For .o and .e files

clean_up.sh -o PATH/TO/FOLDER


For tsplot

clean_up.sh -t PATH/TO/FOLDER