https://bugzilla.redhat.com/show_bug.cgi?id=1230963



--- Comment #19 from Jonathan Underwood <[email protected]> ---
Something based on this might be what you're after:

for i in mkdocs/themes/* ; do d=`realpath $i` ; echo $d ; done


Or, you could use find, with something like 

find mkdocs/themes -maxdepth 1 -mindepth 1 -type d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to