> echo -n "::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit." | wc -m 139
> echo -n '::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.' | wc -m 139
> echo -n "::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit." ::Nod:: I think Twitter tweets are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.
> echo -n '::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.' ::Nod:: I think Twitter "tweets" are limited to 140 characters. Thats a bit short for a significant update---even this comment wouldnt fit.
I ran the first two lines, but since they matched I never bothered to check the second two lines. Curse you and your equal number of double and single quotes both of which are just numerous enough to push it beyond the threshold.
no subject
> echo -n "::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit." | wc -m
139
> echo -n '::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.' | wc -m
139
> echo -n "::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit."
::Nod:: I think Twitter tweets are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.
> echo -n '::Nod:: I think Twitter "tweets" are limited to 140 characters. That's a bit short for a significant update---even this comment wouldn't fit.'
::Nod:: I think Twitter "tweets" are limited to 140 characters. Thats a bit short for a significant update---even this comment wouldnt fit.
I ran the first two lines, but since they matched I never bothered to check the second two lines. Curse you and your equal number of double and single quotes both of which are just numerous enough to push it beyond the threshold.