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: | Winzlo |
|---|---|
| Location: | Minnesota, USA |
| Users: | 11 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 495934:12:03 |
| Calls: | 82 |
| Files: | 1,070 |
| D/L today: |
27 files (11,920K bytes) |
| Messages: | 286,921 |