Linux Print Ram unit (byte) linux command July 7, 2017January 9, 2018 by juliusgoh221 Comment on Print Ram unit (byte) linux command for i in $(seq 1 38); do echo “2^$i” | bc; done | more EX: 536870912 = 512MB bc is a terminal calculator juliusgoh22 Website https://juliusgoh.life
hi julius