Logical Operator in sddsprocess -match
Posted: 04 Jul 2012, 04:52
On the sdds manual I see that I can use "&" and "|" to make logical operations when filtering data. But that two chars are reserved in bash and it complies to me:
How to use this feature?
Code: Select all
sddsprocess run1.cen test.sdds -match=col,ElementName=CAV1,ElementName=QUAD,|
Error (sddsprocess): invalid -match syntax
Code: Select all
sddsprocess -pipe=out run1.cen -match=col,ElementName=CAV1,ElementName=QUAD,| | sdds2stream -pipe=in -col=s,ElementName,ElementOccurence
bash: syntax error near unexpected token `|'