<font face="verdana,sans-serif">Has anyone built an adapter between unix pipes and conduits? Something like:<br><br>upipe2conduit :: String -&gt; Conduit Char Char<br><br>let someLines = &quot;hello\nworld&quot;<br>nLines &lt;- (read . runResourceT $ sourceList someLines $= upipe2conduit &quot;wc -l&quot; $$ consume) :: Integer<br>

<br>If this has been done, is it on hackage?<br><br>Thanks,<br>  - clark<br></font>