Revision history of "Aritalab:Lecture/NGS/Shell script"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 03:07, 17 November 2015Adm (Talk | contribs)‎ . . (+415)‎ . . (Created page with "==Bash scripts== ;Creating files <pre> #!/bin/bash from=000 to=100 while [ ${from} -lt ${to} ] ; do echo "test" > ${from}.txt from=$((from+1)) done exit </pre> ;Creating ser...")
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox