On Jan 24, 2009, at 1:25 PM, Jared ''Danger'' Earle wrote:

> On 24 Jan 2009, at 19:16, LuKreme wrote:
>> find . -type f -mmin +`olderthan $HOME 30` -exec (some command) {} \;
>
>
> find . -type f -mmin +`olderthan $HOME 30` | awk '{print "echo the
> file is \""$0"\"\nls -al \""$0"\""}' | sh


Why not just

find . -type f -mmin +`olderthan $HOME 30` -print -exec (some  
command) {} \;

???

>
> -- 
>   Jared Earle - [email protected]
>   http://jearle.eu/ - http://blog.23x.net/
>   "Life is SPORK, Highness! Anyone who says differently is selling
> something"
>
_______________________________________________
OSX-Nutters mailing list | [email protected]
http://lists.tit-wank.com/mailman/listinfo/osx-nutters
List hosted at http://cat5.org/

Reply via email to