<div dir="ltr">Hi,<div><br></div><div>I need to generate a numeric pin but pass seems to only support a yes/no special characters flag.</div><div><br></div><div>So I generate my own pin:</div><div><br></div><div>    PIN=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c ${LENGTH})<br></div><div><br></div><div>When I try to insert that into pass via standard in:</div><div><br></div><div>    pass insert ${NAME} <<< $PIN</div><div><br></div><div>I get exit status 1 with no error message, and no password is inserted.</div><div><br></div><div>- How can I insert a password non-interactively?</div><div>- Alternatively, how can I generate a numeric pin with no alpha characters?</div><div>- Should pass provide an error message when it fails?</div><div><br></div><div>Thanks,</div><div><br></div><div>Ernesto</div></div>