[arch-general] Makefile to build all packages

Alessandro Doro ordo.ad at gmail.com
Sat Apr 4 17:43:04 EDT 2009


On Sat, Apr 04, 2009 at 04:35:04PM -0400, Baho Utot wrote:
> Kurt J. Bosch wrote:
>> On 2009-04-04 15:06, Baho Utot wrote:
>>>
>>> find returns the directory entry with ./ in front of the directory name
>>> Anyone know how to make find return abs instead of ./abs
>>>
>> man find suggests -printf %P for this :)
>>
> doesn't work

Do you maybe need this?
for i in $(find . -mindepth 1 -maxdepth 1 -type d -printf "%P\n") ; do



More information about the arch-general mailing list