Skip to content

to_location_adv

esta.grrmBag.to_location_adv

mv all data files of spectic extensions to newly created directory

move_to_location(file_prefix, file_ext, loc)

input:
str: file_predix wihtout ext
str: file_ext , eg. xyz 
str: loc, e.g. 'xyz_TS'
output:
move all files with file_ext to loc

mv filenames = *xyz to another location (loc);