On Tue, Apr 20, 2010 at 10:30 AM, <[email protected]> wrote:

> Hi,
>
> how do I find, which profile(s) actually contain the repos mentioned in
> the subject?
>
>
> Best Regards,
> Rainer
>


try this:

# cobbler repo report|grep "/export"|cut -d":" -f2|sort |uniq> /tmp/repolist

# cat /tmp/repolist|xargs -i ls -ld {}

You could do all that on one line by not using the file redirect and piping
the output into xargs, but this way you have a reference point for later

mark
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to