FLC on November 4th, 2009

Today I want to talk about how am I going to find a way out when in 12 months time, the company I am working fulltime with will be running out of business. I will be facing the layoff.
It’s pretty obvious to me that I want to be an internet entrepreneur and earn a living [...]

Continue reading about Internet Entrepreneur

FLC on October 26th, 2009

Recently, I have a request to extract data from a compressed file in the form of .gz file (which was compressed using gunzip). The system OS is Solaris platform. And they need to retrieve particular string start with U1 until U9 after a comma, below is the command I use :
gzcat 2009032514.SMT.gz | egrep ‘\,U1|\,U2|\,U3|\,U4|\,U5|\,U6|\,U7|\,U8|\,U9|\,U0′ [...]

Continue reading about Extract Multiple String in GZ file