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)


arrow
arrow
    全站熱搜

    Bluelove1968 發表在 痞客邦 留言(0) 人氣()