UNIX 파이프라인 중간에서 텍스트 편집기를 실행합니다. 더 많은 정보: https://manned.org/vipe.
command1의 출력을 편집한 후 command2로 파이핑:{{command1}} | vipe | {{command2}}
command1의 출력을 버퍼링:{{command1}} | vipe --suffix {{json}} | {{command2}}
{{command1}} | EDITOR={{vim}} vipe | {{command2}}