Results for "Bash"

Tags

  • 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

    3556 days ago

  • Join the result of ls -1 into one line and delimit it with comma : newStr=$(ls -m *.txt) or mystring=$(printf "%s," *) #Bash #Comma #String #List #ls

    Tags: Bash, Comma, String, List, ls

    3556 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

    3169 days ago

  • Advanced Bash-Scripting Guide

    This tutorial assumes no previous knowledge of scripting or programming, yet progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little nuggets of UNIX® wisdom and lore. It serves as a textbook, a manual for self-study, and as a reference an...

    Tags: Bioinformatics, Guide, Tutorial, Genome, Script, Bash

    3003 days ago

  • Genome Browser : GBrowse

    Generic Genome Browser Version 2: A Tutorial for Administrators This is an extensive tutorial to take you through the main features and gotchas of configuring GBrowse as a server. This tutorial assumes that you have successfully set up Perl, GD, BioPerl and the other GBrowse dependencies. If you...

    Tags: Bioinformatics, Guide, Tutorial, Genome, Script, Bash, GBrowse, Annotaion, Browser

    3002 days ago

  • A full-featured & carefully designed adaptive prompt for Bash & Zsh https://github.com/nojhan/liquidprompt #Shell #Zsh #Bash

    Tags: Shell, Zsh, Bash

    2549 days ago

  • Print each command before executing? Bash script to print each command before executing. $ bash -x myscript.sh #Print #Command #Bash

    Tags: Print, Command, Bash

    2476 days ago

  • sort -k2 -n genome.fa #Sort #Column2 #Bash

    Tags: Sort, Column2, Bash

    2120 days ago

  • Convert EnsEMBL GTF to Annotation table (Geneid, GeneSymbol, GeneWiseChrLocation, GeneClass, Strand) Raw

    Bash Script source: https://gist.github.com/santhilalsubhash/367befcf5216be4b1fd9   Information: This script converts EnsEMBL GTF (Ex: https://gist.githubusercontent.com/santhilalsubhash/1e7cca357e52a181dc25/raw/cfb803e07900a2baefbb6534f1299fd30cb57a29/sample.GTF) file to annotation...

    Tags: Bash, Scriptn GTF, Converts, EnsEMBL, NGS

    2110 days ago

  • Bash scripting cheatsheet https://devhints.io/bash #Bash #CheatSheet #Script

    Tags: Bash, CheatSheet, Script

    2019 days ago