Difference between revisions of "Sed -ne"
Jump to navigation
Jump to search
(Created page with "{{lc}} * <code>echo -n | openssl s_client -connect HOST:PORTNUMBER | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/$SERVERNAME.cert</code> <ref>https:/...") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | [[sed -n]] | ||
+ | [[sed -e]] | ||
Revision as of 16:51, 11 September 2023
sed -n sed -e
echo -n | openssl s_client -connect HOST:PORTNUMBER | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/$SERVERNAME.cert
[1]
sed, gsed
, -n, -i
, Ansible: replace
, append
, Chef: Editing a file
, lineinfile
Advertising: