grep -iR myFunction . ... As for bulk processing, with find's -exec option or the xargs command, ... find . -name '*.[hc]' | xargs tar cyf src.tar.bz2 ...
確定! 回上一頁