關於我自己

我的相片
New York, New York, United States
我叫江奕賢啦

2004年10月23日

windows server 2003
version, active information
tool to disable active function in windows server 2003

2004年10月6日

Biological graph layout and display
http://home.comcast.net/~natgoodman/Biological_Graph_Software.htm

for piping the output of one program in unix to another program's command line, (instead of input)
ls only files contents "test", (for checking the size of the file)
ls -al `grep -L test *`
or
str=`grep -L test *`
ls $str