I'm trying to run the following command on powershell:
C:\Users\amalj\OneDrive\Desktop\CS4023\labs\week07/findvals -r 5.6 -t 230.0 < C:\Users\amalj\OneDrive\Desktop\CS4023\labs\week07/mat.2x3
And it's showing up:
At line:1 char:77
+ ... neDrive\Desktop\CS4023\labs\week07\findvals -r 5.6 -t 230.0 <C:\Users ...
+ ~
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
How do I fix this?