Skip to content

to_location

esta.grrmBag.to_location

mv all data files of spectic extensions to newly created directory

move_to_location(file_ext, loc)

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

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