The find command in UNIX is a command line utility for walking a file hierarchy. ... find ./ -type f -name "*.txt" -exec grep 'Geek' {} \;.
確定! 回上一頁