$ 0 0 find <directory_name> -type f -name '*' | xargs -I{} mv {} {}.pdf 各コマンドの意味と役割 find <directory_name>…