On 06/23/2012 11:27 AM, DJ Lucas wrote:
> what is the correct syntax
> for [a-z0-9]{32}?
>
> -- DJ Lucas
>

Never mind...had to escape the braces. Ultimately, the substitution I 
was looking for was this:

'/^[a-z0-9]\{32\}  [a-z]/s@^[a-z0-9]\{32\}@\&-md5sum;@'


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to