Skip to content
  • View menu
  • View sidebar

bioinfo core

Index & solution of bioInfo utilities

  • Home
  • All entries
  • Blogs
  • Contact
  • About

Categories

  • Between languages (7)
  • Blogs (8)
  • Python (35)
  • R (1)
  • Unix (37)

Tags

bedfile Blogs conda Excel html numpy Pandas Python R slurm Unix
03/25/202010/21/2021 by bioinfocore

Divide two variables in Unix

  • Unix
  • Unix

Unix syntax:

var1=8
var2=4
echo $((var1 / var2))

Source: https://stackoverflow.com/questions/30398014/divide-two-variables-in-bash

Post navigation

Next Post → Passing Unix array to python
Copyright 2022 | by bioinfocore