Beautiful combination of process substitution and shell expansion


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. beautiful process substitution and expansion: command <(dosmt {file1, file2}) == command <(dosmt file1) <(dosmt file2)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.