Saturday, January 23, 2010

HKG info (1)

1. red chip -

2. blue chip -

3. H Share

Wednesday, January 20, 2010

Sybase Points (1)

1. can't capture the correct return status of isql to OS
--- as an alternative, we do a grep for Error or Msg in the log file

Monday, January 18, 2010

Questions...

1. what's newline character in sed?

- eg, sed 's/\n/,/' is not working; instead, I use tr to accomplish what I want to do.