Monday, March 25, 2013

Command to covert decimal to binary in shell:

echo "ibase=10;obase=2;128" | bc

No comments:

Post a Comment