Guest_imported
New member
- Jan 1, 1970
- 0
if I had a list of words (one word per line) and wanted to find only the words which end in say 'ing' how would I go about it?
grep ing /usr/dict/words | awk ????????????
possible?
grep ing /usr/dict/words | awk ????????????
possible?