> 0 */2 * * * /bin/mv -f `\bin\ls /dir | /bin/grep -v '\.dat$'`
> /destinatie

find /dir -type f|grep -v '\.dat$'| while read f; do mv -vf "$f" 
/destinatie; done

Asta e solutia buna. Ia numai filele, si acopera si problema spatiilor 
si altor semne mai ciudate din numele fisierelor.

Spor,
Crys

-- 
http://devel.iasi.ro
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui