Autor: aitor Fecha: A: dng Asunto: Re: [DNG] vdev status update in daedalus
Hi,
On 9/12/23 11:10, Ludovic Bellière via Dng wrote:
> The asterix means 0 or more. If you need to match 'd', then you want to use + (1 or more):
> echo "sdf" | grep -E 'fd+'
> You'll want to change all asterix, probably. I case of doubt, you may want to consulthttps://regex101.com.