JH> Since you're using linux, if it's just a plain text file you can use
JH> something like:
JH> cat mymessage.txt | fold -s -w 78 > newmessage.txt
JH> or
JH> cat mymessage.txt | fmt -w 78 > newmessage.txt
JH> Which will make your text file no more than 78 characters wide.
Wow very helpful, thanks man ;-)
--- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
* Origin: REtrogaming ACTivities (REACT) BBS (2:335/601)
|