xargs 使用 Posted on 2018-08-Fri Views: Views: 12echo 'one two three' | xargs -t rmcat foo.txt | xargs -I % sh -c 'echo %; mkdir %'