Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Wire post by Jit

By Jit 2222 days ago
Glob multiple files in Linux with Perl. my @soundfiles = grep {/\.(wav|mid|mp3|rm|ogg)$/i} glob("*"); #Perl #Linux #Glob