top | item 47178131

(no title)

homebrewer | 2 days ago

This should work?

  curl --dump-header /dev/fd/xxx https://google.com
or

  mkfifo headers.out
  curl --dump-header headers.out https://google.com
unless I'm misunderstanding you.

discuss

order

stabbles|2 days ago

Ah yeah, `/dev/fd/xxx` works :) somehow thought that was Linux only.

xantronix|2 days ago

(Principal Skinner voice) Ah, it's a Bash expression!