Main BLOGGER
Google
WWW THIS BLOG
Wednesday, July 20, 2005
 
Common Linux command

- use "grep" and "find" to search patterns in all specified files

find . -type f -name *.cpp xargs grep "patterns"

- use cvs diff to log the difference between different version

cvs diff -u4 -r1.7 -r1.8 Makefile

- use ps to check process

ps -elf




<< Home

Powered by Blogger

Google
WWW THIS BLOG