Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Linux operating system (OS), a U... <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Maurice Kinal | mark lewis | Trying to remove extra text from screen |
January 9, 2019 5:13 PM * |
|||
Hey mark! ml> why would you think that when he posted in the linux area? Because the TID and the tearline both claim he is using a windows app to post to this echo; > TID: PX/Win v3.0pr5 PX96-0466M2 > --- Platinum Xpress/Win/WINServer v3.0pr5 Also the likelihood of getting a potential fix in this echoarea as opposed to a windows echoarea is much greater especially when it concerns terminal apps. Also, also windows users have used this echoarea in the past to get help. ml> i don't think you can shove those into a screen reader to remove ml> text before the reader verbalizes the it Why not? I did exactly that to read the message I am replying to. Although there is more the line to find the actual message (text) is this; sed -n "${1}p" messages.raw | gawk -F'\0' '{print $5}' | tr '\1\r' '@\n' Note the 'tr' at the end replaces the C0 ascii control characters to their printable forms. The gawk call gets rid of the null character at the end of the text. I have another oneliner that fetches the DateTime, To, From, and Subject fields using gawk's {print $1, $2, $3, $4} dealie which are also null terminated as specified by -F'\0'. Works like a charm and the oneliners could be replaced by a purely gawk script which will do the job of sed and tr as well as the printing part to any screen (terminal). However, like I've already stated, where is the fun in that? Life is good, Maurice ... Don't cry for me I have vi. --- GNU bash, version 5.0.0(1)-rc1 (x86_64-silvermont-linux-gnu) * Origin: Little Mikey's EuroPoint - Ladysmith BC, Canada (2:280/464.113) |
||||||
|
Previous Message | Next Message | Back to Linux operating system (OS), a U... <-- <--- | Return to Home Page |
Execution Time: 0.082 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |