[Cs-dev] using pipes with sndinfo
Date | 2007-10-10 19:13 |
From | Jan Rusch |
Subject | [Cs-dev] using pipes with sndinfo |
hello everybody, the following command worked well on csound4 csound -U sndinfo *.wav > temp.sndinfo but not on csound5 (i am using csound 5.01.0 on mac) How can i pipe the output into a text-file? Any advice? -- View this message in context: http://www.nabble.com/using-pipes-with-sndinfo-tf4602517.html#a13141410 Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-10-10 20:01 |
From | Jacob Joaquin |
Subject | Re: [Cs-dev] using pipes with sndinfo |
Try this: csound -U sndinfo *.wav 2> temp.sndinfo Hope this works for you. Best, Jake ---- The Csound Blog http://www.thumbuki.com/csound/blog Jan Rusch wrote: > > hello everybody, > > the following command worked well on csound4 > csound -U sndinfo *.wav > temp.sndinfo > but not on csound5 (i am using csound 5.01.0 on mac) > > How can i pipe the output into a text-file? > Any advice? > > > -- View this message in context: http://www.nabble.com/using-pipes-with-sndinfo-tf4602517.html#a13142255 Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |