ls | grep Jun | mv /home/hendrik/ftp/files/camera03/Position02/2018/06_June/ ls | grep Jun -exec mv {} /home/hendrik/ftp/files/camera03/Position02/2018/06_June/ \; find -maxdepth 1 -mtime +0 -type f -exec ls -l {} \; /home/hendrik/ftp/files/camera01/latest/ find -maxdepth 1 -mtime +0 -type f -exec mv {} /home/hendrik/ftp/files/camera01/2018/06_June/ \;