Results for "Find"

Wire posts

  • Bela Tiwari wrote some useful script for bioinformatician, find scripts at http://tinyurl.com/lt5q7rl #PerlScripts #Bioinformatics

    3910 days ago

  • rename all *.txt as *.bak: find . -name "*.txt" | sed "s/\.txt$//" | xargs -i echo mv {}.txt {}.bak | sh #Linux #Rename #Oneliner

    3613 days ago

  • Scientists Looking Across Human, Fly And Worm Genomes Find Shared Biology http://www.biocompare.com/Life-Science-News/167414-Scientists-Looking-Across-Human-Fly-And-Worm-Genomes-Find-Shared-Biology/ #

    3518 days ago

  • #Delete all files (*.bak) in a #folder with find . -type f -name "*.bak" -exec rm -f {} \;

    2969 days ago

  • Check if BAM file is sorted or not use: for F in `find . -name "*.bam"`; do echo $F; samtools index ${F} ; done #Sort #BAM #Trick

    2860 days ago

  • Find a file with certain size and delete them: $ find . -name "see-D-d-ALN_*" -size -10k -delete #Delete #Size #Linux #Tricks

    2790 days ago

  • One code to find them all is a set of perl scripts to extract useful information from RepeatMasker http://doua.prabi.fr/software/one-code-to-find-them-all

    2731 days ago

  • Delete size zero files from a folder: find . -size 0 -delete #Linux #Trick

    2655 days ago

  • Find the DIRs in Linux: $ find / -name "DIR_NAME" #Linux #Find #DIR

    2622 days ago

  • Plasmid finder https://cge.cbs.dtu.dk//services/PlasmidFinder/ #Plasmid #Find

    2530 days ago