xargs

範例

find . -name '*.backup' | xargs rm -v
find . -name "ffi.h" | xargs -I{} cp {} /opt/include/