ABC words: Difference between revisions

Line 114:
55: tablecloth
</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}}==
Anonymous user