Grom 112 Report post Posted September 5, 2018 (edited) For those of you that use Linux, here's the command line script that you can use to browse the first page of the forum from a bash box. It's just text, no links, but you can see who's posting and read all the headlines You can save it to a script file easily enough so you just have to type lyla and it'll give you results lyla <--- name of script. (be sure to chmod +x it to make it an executable and drop it in your /bin directory) lynx -dump -nolist "https://www.lyla.ch/forum/257-ottawa-escorts-schedules-amp-announcements/" | grep -A 226 "please)" | tail -n +10 | grep -B1 "By " I took out all of the extra spaces, etc I included a pic of the output results. I blurred out the lady's names but you can see the end result matches the forum without all the stuff around Enjoy Edited September 16, 2018 by Grom 1 1 Quote Share this post Link to post Share on other sites