ulidtko 06.03.2012 13:35

чят, что это такое за хуйня?

% { echo one; echo two; echo three; } | xargs -L1 echo test-{}
test-{} one
test-{} two
test-{} three

% { echo one; echo two; echo three; } | xargs -I{} -L1 echo test-{}
test-{} one
test-{} two
test-{} three

чяднт?

shell, ?
Do you really want to delete ?