Closed Valodim closed 6 years ago
To quickly get the value of a header it would be very helpful to have msed /header/p. The best other way to do this that I could come up with is mshow -q -L | grep \^header: | cut blablabla, and that's very annoying to work with interactively.
msed /header/p
mshow -q -L | grep \^header: | cut blablabla
nvm, I just found there is mhdr :) -> #128
To quickly get the value of a header it would be very helpful to have
msed /header/p
. The best other way to do this that I could come up with ismshow -q -L | grep \^header: | cut blablabla
, and that's very annoying to work with interactively.