Tuesday, September 22, 2009

find/grep command

The following command searches C/C++ source code to find the content of "equalizer".

$ find ~/myspace/git/opencore -type f -name "*.[ch] -o -name "*.cpp" -exec grep -I "equalizer" {} \; -print

Tuesday, September 15, 2009

ubuntu - recording


I use "alsamixer -c 0" to set up my recording with microphone.