>
> find / -atime +1 </tmp/fileage # put list of files starting at / into a tmp 
> file called fileage
>
>
> I believe that should be
find / -atime +1 > /tmp/fileage

Note the reverse in the redirect symbol.

Night.
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Reply via email to