Pretty simple. This creates a named pipe. One end of a shell command redirects to it, one end redirects from it. rm when finished.
cat <(secret-print my-secret)
reply
Pretty simple. This creates a named pipe. One end of a shell command redirects to it, one end redirects from it. rm when finished.