Help for this page

Select Code to Download


  1. or download this
    system("zcat....> file1");
    system("java file1");
    
  2. or download this
    system("( zcat....> file1 && java file1 )&");