Results for "Type"

Wire posts

  • Algorithms, Flowchart, Data-type and pseudo code @ http://www.maths.udsm.ac.tz/mujuni/mt512/Algorithms.pdf #Algo

    3874 days ago

  • Remove N from a fasta file. Go to vi editor, type :%s/N\{25,\}//g and press enter. #Vim #vi #N #Replace #Fasta

    3622 days ago

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

    2979 days ago

  • MACHTYPE variable to know what type of machine you are compiling the software on. echo $MACHTYPE #Linux #MACHTYPE

    2691 days ago

  • Check out the OS type: $ cat /etc/*-release #Linuxv #OS

    2632 days ago

  • #Extract all the files from a #directory and #sub-dir with #pattern. $ find TrimmedDir -type f | grep "L_" | xargs -i cp {} .

    2230 days ago

  • sudo find /tmp -type f -atime +10 -delete #Delete all tmp files created within 10 days #Linux

    1970 days ago

  • Comparative genomics resources at Expasy https://www.expasy.org/search/Comparative%20genomics?type=keyword #Expasy #ComparativeGenoomics

    1292 days ago

  • Delete all the executables in current directory. $ find . -maxdepth 1 -type f -executable -exec rm {} + #Delete #CurrrentDir

    1211 days ago