logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

word-at-a-time - parse an input file into alphanumeric words

Description

word-at-a-time reads a text file on standard input, extracts all sequences of digits and English letters,
       lowercases any capital letters, and prints the resulting terms in order, one per line.

Name

       word-at-a-time - parse an input file into alphanumeric words

See Also

accn-at-a-time(1), filter-stop-words(1), join-into-groups-of(1), phrase-search(1).

NCBI                                               2023-02-12                                  WORD-AT-A-TIME(1)

Synopsis

word-at-a-time

See Also