<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>
</p>
<div class="moz-text-plain" wrap="true" style="font-family:
-moz-fixed; font-size: 12px;" lang="x-unicode">
<pre wrap="">Hi,
Is it possible to just print out only the first of a multi-line entry
(exactly like the behaviour of pass -c but to stdout). I want to pass
only the password to another command, e.g.
~ dummyProgram --password `pass -p Group/Title/User`
where -p tells password-store to just return the first line. Maybe this
is not a good idea at all (does `...` output it to an insecure stream
temporarily?)
Thanks,
Justin
</pre>
</div>
</body>
</html>