less `find . -name '*.c'| xargs grep -l llo `. For the command above, only the files ending in .c and containing the string "llo" would be displayed.
確定! 回上一頁