function ml_jps_to_SharePics -d "Copy all .jpg files in this directory to ~/Nextcloud/SharePics" for file in *.jpg cp $file ~/Nextcloud/SharePics printf "copied %s to ~/Nextcloud/SharePics\n" $file end end