Thursday, 29 October 2009

Random Musings - Day #303

The Japanese Premier, Yugo Hatoyama maybe launching an attack on the charts. Meanwhile Wham's "Freedom" was #1 many years ago.

It's 1000 days from the start of the Olympics.

Any interesting script in two lines to mess around with a script file and generate a listing ports in a way your mother likes it.

grep "^10.0.0.1" tcpscan1.ts | awk '{print $3$2}' | cut -c2- - | sed 's/)/|(/' > ,
for I in `cat ,`; do echo "$I/tcp)"; done | sed 's/|/ /'


More bits of useful scripting relate format modifiers and one-liners for sun. Talking of sun here's a blueprints guide

No comments: