Do the cat via find and use -print to return the file name: find . -type f -name release.txt -print -exec cat '{}' \;.
確定! 回上一頁