|
|
|
|
|
by mnaydin
3429 days ago
|
|
That's the expected behaviour. Quoting from spec: If no expression is present, -print shall be used as the expression. Otherwise, if the given expression does not contain any of the primaries -exec, -ok, or -print, the given expression shall be effectively replaced by:
( given_expression ) -print http://pubs.opengroup.org/onlinepubs/9699919799/utilities/fi... |
|