cat file.txt | xargs -i sh -c 'command {} | command2 {} && command3 {}'
-----------------------------------------------------------------------------
reference: https://*.com/questions/6958689/calling-multiple-commands-with-xargs
2024-03-13 12:55:45
cat file.txt | xargs -i sh -c 'command {} | command2 {} && command3 {}'
-----------------------------------------------------------------------------
reference: https://*.com/questions/6958689/calling-multiple-commands-with-xargs