Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
rodolico |
1 |
#! /bin/bash
|
|
|
2 |
|
|
|
3 |
find /home/rodolico/temp/sysinfo_reports/20* -type f -exec mv \{\} /home/rodolico/temp/sysinfo_reports/unprocessed/ \;
|
|
|
4 |
echo `ls /home/rodolico/temp/sysinfo_reports/unprocessed/ | wc | sed 's/\s\s*/ /g' | cut -d' ' -f2` files to process
|