Help for this page

Select Code to Download


  1. or download this
    $file1 = "./data/list1.txt";
    $file1 = "./data/list2.txt";
    @common_lines = `grep -Fx -f $file1 $file2 | grep .tst`;
    
  2. or download this
    test1.tst
    not_run
    test3.tst
    time:2 sec
    test6.tst
    time:2 sec
    
  3. or download this
    test2.tst
    time:3 sec
    test3.tst
    time:6 sec
    test1.tst
    time:5 sec