TR(1) General Commands Manual TR(1)

trtransliterate bytes

$ cat form
$ tr -cs "[:alpha:]" "\n" < form     # Only compatible with the 
BSD! $ tr -cs "[:alpha:]" "[\n*]" < form
Linux 5.10.0-14-amd64