all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Backticks in Eshell
@ 2021-09-30  6:35 Felix E. Klee
  2021-09-30  7:26 ` Emanuel Berg via Users list for the GNU Emacs text editor
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Felix E. Klee @ 2021-09-30  6:35 UTC (permalink / raw)
  To: help-gnu-emacs

To generate a one time password, I would do in Bash:

    oathtool -b --totp `gpg -d secret.gpg`

How do I do the equivalent in Eshell?

I tried:

    oathtool -b --totp ${gpg -d secret.gpg}

But that doesn’t work.  Even the following doesn’t work:

    echo ${gpg -h}

I expect GnuPG’s help text, but there’s no output.




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-09-30 19:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-30  6:35 Backticks in Eshell Felix E. Klee
2021-09-30  7:26 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-09-30 13:19   ` Felix E. Klee
2021-09-30 15:36     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-09-30  8:45 ` Using oathtool in Emacs - was " Jean Louis
2021-09-30 13:38 ` Joost Kremers
2021-09-30 13:56   ` Felix E. Klee
2021-09-30 14:06     ` Joost Kremers
2021-09-30 15:02       ` Felix E. Klee
2021-09-30 19:17         ` Joost Kremers
2021-09-30 15:38   ` Emanuel Berg via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.