[arch-general] Makefile to build all packages

Baho Utot baho-utot at columbus.rr.com
Sat Apr 4 16:38:02 EDT 2009


Abhishek Dasgupta wrote:
> 2009/4/4 Baho Utot <baho-utot at columbus.rr.com>:
>   
>> find returns the directory entry with ./ in front of the directory name
>> Anyone know how to make find return abs instead of ./abs
>>
>>     
>
> If i begins with "./" you can remove it using
>   echo $i | cut -c 3-
>
>   
adding     i=$(echo $i | cut -c 3-) to the script made it fail





More information about the arch-general mailing list