如何避免在Linux上创建tmp-Files

我有一个需要访问文件的程序。该文件的内容在变量中,我想避免创建真实文件。是否可以创建某种虚拟文件? X='some stuff' Y='other stuff' echo $X > some_file echo "$Y" | command --file... 阅读全文

linux shell file io-redirection virtual-file