I have a program that needs to access a file. The content of this file is in a variable and I want to avoid creating a real file. Is it possible to create some kind of virtual file?? Normally I would pipe this to the command, but STDIN already “in use”. Is there any way to pass both variables to