Maybe I have to create my file with at most 80 characters/columns like an ANSI template?
Other thing, which good ansi editor do you recommend for linux?
Hello, when i post from a text file Mystic cut lines; i am not an
expert so i ask you.... My text files are in symple text without
"return" or "enter" at the end of each line, is it correct?
-!- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
Maybe I have to create my file with at most 80 characters/columns
like an ANSI template? Other thing, which good ansi editor do you recommend for linux? Many thanks :-)
Since you're using linux, if it's just a plain text file you can use something like:
cat mymessage.txt | fold -s -w 78 > newmessage.txt
or
cat mymessage.txt | fmt -w 78 > newmessage.txt
Which will make your text file no more than 78 characters wide.
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 139 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 05:54:31 |
| Calls: | 8,136 |
| Calls today: | 7 |
| Files: | 9,443 |
| D/L today: |
362 files (82,249K bytes) |
| Messages: | 405,725 |
| Posted today: | 4 |