> V linuxu to vyøe¹ím pomocí parametru ve find a xargs,
> které solaris
> verze nemají
> find /export/data -type f -print0 | xargs -0 chmod
> a-x

Maji jine:
find . -name "x*" | xargs -I {} ls -l
find . -name "x*" -exec ls -l {} \;

M.C>
 
 
This message posted from opensolaris.org

Odpovedet emailem