|
|
|
|
|
by tarruda
2124 days ago
|
|
That doesn't seem like an efficient way to do it. Commands that process file in place (sed -i) write to a temporary file in the same filesystem and then rename to the target file, which works if you want to process files that don't fit into memory. |
|