Rev 3 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#! /bin/bash
find /home/rodolico/temp/sysinfo_reports/20* -type f -exec mv \{\} /home/rodolico/temp/sysinfo_reports/unprocessed/ \;
echo `ls /home/rodolico/temp/sysinfo_reports/unprocessed/ | wc | sed 's/\s\s*/ /g' | cut -d' ' -f2` files to process