Help for this page

Select Code to Download


  1. or download this
    # use an all-perl approach:
    opendir( DIR, "." );
    ...
    open  OUT, ">BCfile.name";
    print OUT join "", @files;
    close OUT;
    
  2. or download this
    ls -r *BC*.txt | grep -v Liver | cut -f1 -d. > BCfile.name