Is there a way to have nano to pipe output to another program's input?
3
votes
1
answer
648
views
I have a program A that pipes its input to nano this way:
| nano -
. I want to make edits with nano and pipe it again to another program B, without having nano to write anything on the disk (The processed data is sensitive, and I want it to be only written as encrypted or processed within RAM; program B is actually an encryption program).
In order to achieve my goal, I know of solutions requiring the creation of a *tmpfs* on the RAM, this I would like to avoid.
Do you have any suggestions?
Asked by Loutr_
(31 rep)
Aug 24, 2020, 11:25 AM
Last activity: Oct 6, 2024, 12:30 PM
Last activity: Oct 6, 2024, 12:30 PM