/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
beautiful process substitution and expansion: command <(dosmt {file1, file2}) == command <(dosmt file1) <(dosmt file2)