Results for "Linux"

Tags

  • Count the number of "pattern" occurrence in a file grep -o 'pattern' anc.annots.gff | wc -l #Linux #grep #Count #Number #Occurrence

    Tags: Linux, grep, Count, Number, Occurrence

    3579 days ago

  • Linux one-liner. https://wikis.utexas.edu/display/bioiteam/Scott%27s+list+of+linux+one-liners #Linux #Oneliner #NGS

    Tags: Linux, Oneliner, NGS

    3547 days ago

  • To count number of fasta entries, I use: grep -c '^>' mySequences.fasta #Perl #Count #Number #Fasta #Linux #Grep

    Tags: Perl, Count, Number, Fasta, Linux, Grep

    3539 days ago

  • The syntax to remove last character from line or word is as follows: x="foo bar" echo "${x%?}" #Remove #Last #Bash #Linux

    Tags: Remove, Last, Bash, Linux

    3514 days ago

  • replace a word in all files in a directory: grep -lr --exclude-dir=".git" -e "oldword" . | xargs sed -i "s/oldword/newword/g" #Replace #Word #Linux

    Tags: Replace, Word, Linux

    3495 days ago

  • Print the PYTHONPATH python -c "import sys; print sys.path" #Pythonpath #Linux

    Tags: Pythonpath, Linux

    3422 days ago

  • VirtualBox share folder http://helpdeskgeek.com/virtualization/virtualbox-share-folder-host-guest/ #VirtualBox #Linux #Share #Folder #Help

    Tags: VirtualBox, Linux, Share, Folder, Help

    3334 days ago

  • Bioinformatics WalkIn at NII

    ADVERTISEMENT OF WALK-IN-INTERVIEW NAME OF THE POST : Bioinformatician (Part time 3 days in a week) (One Position only) DURATION : One Year NAME OF THE PROJECT : Next generation sequencing facility EDUCATIONAL QUALIFICATIONS : At least a Masters degree in Bioinformatics and Bachelors ...

    Tags: Bioinformatics, NGS, Arnab, Linux, Tools, WalkIn, NII, India

    3128 days ago

  • Fork Bomb Bash script for your Linux OS its copies continually replicate themselves, quickly taking up all your CPU time and memory :(){ :|: & };: #Freeze #Bash #Linux #Fork

    Tags: Freeze, Bash, Linux, Fork

    3127 days ago

  • Want to Moves Your Home Directory to a Black Hole then only use this command mv ~ /dev/null #Command #Linux #Script #Move #Blackhole

    Tags: Command, Linux, Script, Move, Blackhole

    3127 days ago