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: | 104 |
Nodes: | 16 (0 / 16) |
Uptime: | 10:42:21 |
Calls: | 5,853 |
Files: | 8,496 |
D/L today: |
3 files (1,151K bytes) |
Messages: | 343,728 |