What does following cat commnad in unix means?

Posted by harshit on Stack Overflow See other posts from Stack Overflow or by harshit
Published on 2010-03-23T03:57:21Z Indexed on 2010/03/23 4:01 UTC
Read the original article Hit count: 416

Filed under:

I am new to unix

cat test.txt | java myfile.java grammar.pcfg > test1.txt 2> test2.txt

Thanks

© Stack Overflow or respective owner

What does following cat commnad in unix means?

Posted by Harshit on Super User See other posts from Super User or by Harshit
Published on 2010-03-23T03:57:21Z Indexed on 2010/03/23 4:21 UTC
Read the original article Hit count: 416

Filed under:

I am new to unix

cat test.txt | java myfilegrammar.pcfg > test1.txt 2> test2.txt

Thanks

© Super User or respective owner

Related posts about unix