How to make bash wrapper script to execute java jar that takes stdin and outputs to stdout

后端 未结 0 661
我寻月下人不归
我寻月下人不归 2020-12-31 18:15

I\'ve made a java program that takes input from stdin and returns output to stdout, which runs perfectly fine using:

cat inputfile | java -jar whatever.jar &l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题