Resource

awk command line for concatenating certificate file into string

planted on in: awk.

I needed a way of converting a certificate file into a single string for inclusion in env variable this awk command did the job perfectly.

awk -v ORS='\\n' '1' id_rsa
— Ed Morton via Stackoverflow | link
Page History

This page was first added to the repository on March 4, 2023 in commit feedbc4b and has since been amended 3 times. View the source on GitHub.

  1. refactor(#304): move files into src folder
  2. chore: add tags
  3. chore: update citation
  4. feat: publish resource