#!/bin/bash


echo "stat -c '%y %n' *.csv|cut --complement -f 2,3 -d' '|grep '$1'|cut -f2 -d' '|xargs -l -I myarg mv -v myarg $1/"
