我需要在管道中使用多种工具处理图像tool1 | tool2 | tool3 | ...。虽然其中一个工具似乎不是为在管道中工作而设计的,但只能以user@computer:/~# bad_tool infile.png outfile.png.
tool1 | tool2 | tool3 | ...
user@computer:/~# bad_tool infile.png outfile.png
有没有办法将它包含在管道中?我真的想避免为这个唯一的程序创建文件然后删除它们等。
shell pipe files
files ×1
pipe ×1
shell ×1