Re: head(1): refactor main loop

2022-01-27 Thread Allen Smith
From: https://en.cppreference.com/w/c/language/main_function argv- Pointer to the first element of an array of argc + 1 pointers, of which the last one is null and the previous ones, if any, point to strings that represent the arguments passed to the program from the host environment.

Remove mandatory newline at end of armored openssh private keys

2021-03-25 Thread Allen Smith
Hi All, These days I live in the automation space where armored ssh keys get loaded in various automation tools. These get pulled out as strings, added to ssh-agents or handed to ssh as identity files. I have seen at a number of clients where various parts of that break down due to tools stripp