💻 Software
Does pipe have to write temporary file?
Fresh7 days ago
Mar 15, 202610011 viewsConfidence Score0%
0%
Problem
I found that if I transfer a great amount of data between two processes via pipe, some temporary file will be created by linux in /tmp directory. If the pipe operation succeeds, the corresponding temporary file will be removed by OS automatically. But if the operation failed, the tmp file remains t…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Does pipe have to write temporary file?
Low Risk
pipes don't store data on disk. /bin/echo foo | grep bar doesn't create any files. try to see all the system calls made by a shell when running a pipeline. is a shell builtin, so I suggested to make the shell run an executable. doesn't have to be on…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix