Subject: Re: Repetative OWN_DIRS_PERMS To: Julio M. Merino Vidal <jmmv@menta.net> From: Timothy A. Musson <timothy.musson@zin-tech.com> List: tech-pkg Date: 09/17/2003 16:55:01
At 04:06 PM 9/17/03 , Julio M. Merino Vidal wrote:
>
>Which problem are you exactly trying to solve? Avoiding repeated
directories?
>If so, just sort(1) the list and then use uniq(1) on the results.
>
Or use "sort -u" to do them both at once.
-Tim