0 jfindmain > jfindmain.out 2>&1
0 cmp jfindmain.std jfindmain.out
0 rm -rf *.class core *.out
0 jgo "a b  c" Z "d  e f" > No_input.out 2>&1
0 cmp No_input.std No_input.out
# now just run it again
0 jgox "a b  c" Z "d  e f" > No_input.out 2>&1
0 cmp No_input.std No_input.out
# now just run it again w/o enough args
1 jgox > No_input.out 2>&1
0 rm -rf *.class core *.out
