Topic: Stay updated in a hackerish way
Hello traders,
If it happens to have only a Linux terminal and you want to see what happens in the forum, you can do it easy.
Copy and paste (right click) the following command in your terminal:
curl http://forexsb.com/forum/m/index.php | grep '<p>\|<h2>' | sed -r 's/(<h2>|<\/h2>|<p>|<\/p>|<\/div>|<(div|span|img>).*>)//g ; s/<a .*>//g ; s/<br \/>/\n/g ; s/>/>/g ; s/ / /g ; s/'/'\''/g ; s/\t+/\t/g' | uniq | more
And you will see the last 10 posts.