close
If you need to find some string within c files at current directory, you can type following command :
# find . -name '*.c' -type f -exec grep -l 'gettext' {} \;
GNU gettext
utilities (native language localizing/customizing)
全站熱搜