ABC words: Difference between revisions

Content added Content deleted
Line 114: Line 114:
55: tablecloth
55: tablecloth
</pre>
</pre>

=={{header|AWK}}==
The following one-liner entered into a Posix shell returns the same 55 words as other entries.

<lang awk>awk '/^[^bc]*a[^c]*b.*c/' unixdict.txt</lang>


=={{header|C#|CSharp}}==
=={{header|C#|CSharp}}==