You can use the -exec flag to execute a command on each matching file: $ find ./ -type f -name "*.txt" -exec gedit "{}" \;. Syntax.
確定! 回上一頁