> > > My md5 works just fine, but apparently sed doesn't with this. And that > makes sense, since > > $ md5 Downloads/974230_10103787412222420_571824162_n.jpg > MD5 (Downloads/974230_10103787412222420_571824162_n.jpg) = > bf36ca4308ce426d74d095681ebd5a18 > $ md5 Downloads/974230_10103787412222420_571824162_n.jpg | sed > 's/[^0-9a-f].*//' > > $ >
For now I think I can just replace it with "md5 -q" and forget the sed, at least on these computers - not sure if that is a universal option. Annnnnnnd ... success! At least bzip2 installs successfully :) -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
