Command redirection with far
Piping and I/O redirection can also be used in single-line mode (but not command mode). For example, you can pipe an archived file through grep with this CRAY command:
far cat prog.f | grep maxstep
You can use output redirection to create a new CRAY file:
far cat prog.f > program.f