3
GNUはいくつかのシェルの{}を見つけてマスクします-どれですか?
GNU findのmanページには次のように記載されています。 -exec command ; [...] The string `{}' is replaced by the current file name being processed everywhere it occurs in the arguments to the command, not just in arguments where it is alone, as in some versions of find. Both of these constructions might need to be escaped …