PT[101]% ls ch2-01.l ch2-02.l hello.txt ch2-01.txt ch2-02.txt hello.l PT[102]% flex ch2-02.l PT[103]% gcc lex.yy.c -ll PT[104]% ./a.out hello.l 464 77 29 PT[105]% wc hello.l 29 77 464 hello.l PT[106]%