22
0
Bifurcation 0

Amélioration de la commande headers

Cette révision appartient à :
jlecour 2020-03-23 14:29:07 +01:00
Parent 9e4a0e986d
révision 2012860769

Voir le fichier

@ -125,11 +125,13 @@ $ curl -i https://www.example.com
~~~{.bash}
#!/bin/sh
#
# https://github.com/rtomayko/dotfiles/blob/rtomayko/bin/headers
# Based on an original implementation by Ryan Tomayko https://github.com/rtomayko/
# modified by Jérémy Lecour https://github.com/jlecour/
curl -sv "$@" 2>&1 >/dev/null |
grep -v "^\*" |
grep -v "^}" |
grep -v "data]$" |
cut -c3-
~~~