|
|
|
|
|
by ComputerGuru
4068 days ago
|
|
Is there a way of using this with instructions that take only one parameter, akin to xargs or parallel? i.e. Instead of calling `command file1 file2 file3 ...` it would call `command file1; command file2; command file3; ...`? |
|