blob: 449a3f90e61646e1a03555445090e8e6536b1b1e (
plain)
1
2
3
4
5
|
# POSIX says:
# Only a <plus-sign> that immediately follows an argument containing only the two characters "{}"
# shall punctuate the end of the primary expression. Other uses of the <plus-sign> shall not be
# treated as special.
bfs_diff basic -exec echo foo {} bar + baz \;
|