5 ms·
you can leave off the pipe: colordiff -u <(curl -sS -D - -L https://httpbin.org/get https://httpbin.org/get) <(curl -sS -D - -L https://httpbin.org/get?show_env
by dgulino 11y ago
you can leave off the pipe:
colordiff -u <(curl -sS -D - -L https://httpbin.org/get https://httpbin.org/get) <(curl -sS -D - -L https://httpbin.org/get?show_env=1 https://httpbin.org/get?show_env=1)